Go to the documentation of this file.
19 #import <Foundation/Foundation.h>
21 NS_ASSUME_NONNULL_BEGIN
393 NS_ASSUME_NONNULL_END
Indicates a network error or server error occurred.
Definition: OIDError.h:274
NSString *const OIDOAuthAuthorizationErrorDomain
The error domain for OAuth specific errors on the authorization endpoint. @discussion This error doma...
Definition: OIDError.h:267
Indicates a problem occurred deserializing the response/JSON.
Definition: OIDError.h:119
NSString *const OIDOAuthErrorFieldErrorURI
The key of the 'error_uri' response field in a RFC6749 Section 5.2 response.
Definition: OIDError.h:325
Indicates a problem occurred constructing the token response from the JSON.
Definition: OIDError.h:123
OIDErrorCodeOAuthRegistration
The error codes for the OIDOAuthRegistrationErrorDomain error domain.
Definition: OIDError.h:353
OIDErrorCode
The various error codes returned from the AppAuth library.
Definition: OIDError.h:96
Indicates a problem when trying to refresh the tokens.
Definition: OIDError.h:137
Definition: OIDError.h:212
Definition: OIDError.h:227
NSString *const OIDOAuthRegistrationErrorDomain
The error domain for dynamic client registration errors. @discussion This error domain is used when t...
Definition: OIDError.h:335
Indicates a problem parsing an OpenID Connect Service Discovery document.
Definition: OIDError.h:99
Indicates an OAuth authorization flow was programmatically cancelled.
Definition: OIDError.h:107
Indicates the user manually canceled the OAuth authorization code flow.
Definition: OIDError.h:103
An authorization OAuth error not known to this library @discussion this indicates an OAuth error as p...
Definition: OIDError.h:299
NSString *const OIDResourceServerAuthorizationErrorDomain
The error domain for authorization errors encountered out of band on the resource server.
Definition: OIDError.h:367
Indicates a problem occurred deserializing the response/JSON.
Definition: OIDError.h:145
Definition: OIDError.h:251
Indicates a problem occurred constructing the registration response from the JSON.
Definition: OIDError.h:141
Definition: OIDError.h:330
OIDErrorCodeOAuth
Enum of all possible OAuth error codes as defined by RFC6749 @discussion Used by OIDErrorCodeOAuthAut...
Definition: OIDError.h:164
A registration endpoint OAuth error not known to this library @discussion this indicates an OAuth err...
Definition: OIDError.h:379
An unrecoverable token error occurring on the client rather than the server.
Definition: OIDError.h:371
OIDErrorCodeOAuthToken
The error codes for the OIDOAuthTokenErrorDomain error domain.
Definition: OIDError.h:306
NSString *const OIDOAuthErrorFieldError
The key of the 'error' response field in a RFC6749 Section 5.2 response.
A token endpoint OAuth error not known to this library @discussion this indicates an OAuth error as p...
Definition: OIDError.h:347
Indicates a network error or server error occurred.
Definition: OIDError.h:111
NSString *const OIDGeneralErrorDomain
The error domain for all NSErrors returned from the AppAuth library.
The ID Token did not parse.
Definition: OIDError.h:149
NSString *const OIDOAuthExceptionInvalidTokenRequestNullRedirectURL
The text for the exception which occurs when a Token Request is constructed with a null redirectURL f...
Definition: OIDError.h:197
NSString *const OIDHTTPErrorDomain
An error domain representing received HTTP errors.
Definition: OIDError.h:320
An unrecoverable token error occurring on the client rather than the server.
Definition: OIDError.h:339
Definition: OIDError.h:217
Definition: OIDError.h:285
Definition: OIDError.h:222
UIApplication.openURL: returned NO when attempting to open the authorization request in mobile Safari...
Definition: OIDError.h:128
Definition: OIDError.h:207
Definition: OIDError.h:357
Definition: OIDError.h:261
Indicates a server error occurred.
Definition: OIDError.h:115
Definition: OIDError.h:176
Definition: OIDError.h:202
An OAuth error not known to this library @discussion Indicates an OAuth error as per RFC6749,...
Definition: OIDError.h:241
Definition: OIDError.h:310
NSString *const OIDOAuthTokenErrorDomain
The error domain for OAuth specific errors on the token endpoint. @discussion This error domain is us...
Indicates a server error occurred.
Definition: OIDError.h:280
NSWorkspace.openURL returned NO when attempting to open the authorization request in the default brow...
Definition: OIDError.h:133
An authorization error occurring on the client rather than the server. For example,...
Definition: OIDError.h:291
Definition: OIDError.h:186
Definition: OIDError.h:256
Definition: OIDError.h:181
NSString *const OIDOAuthErrorFieldErrorDescription
The key of the 'error_description' response field in a RFC6749 Section 5.2 response.
Definition: OIDError.h:170
OIDErrorCodeOAuthAuthorization
The error codes for the OIDOAuthAuthorizationErrorDomain error domain.
Definition: OIDError.h:247
An authorization error occurring on the client rather than the server. For example,...
Definition: OIDError.h:233
Definition: OIDError.h:362
Definition: OIDError.h:192
NSString *const OIDOAuthExceptionInvalidAuthorizationFlow
The exception text for the exception which occurs when a OIDExternalUserAgentSession receives a messa...
Definition: OIDError.h:315
NSString *const OIDOAuthErrorResponseErrorKey
An error key for the original OAuth error response (if any).
The ID Token did not pass validation (e.g. issuer, audience checks).
Definition: OIDError.h:153