Showing content from http://openid.github.io/AppAuth-iOS/docs/latest/interface_o_i_d_authorization_service.html below:
AppAuth: OIDAuthorizationService Class Reference
Performs various OAuth and OpenID Connect related calls via the user agent or NSURLSession
. More...
#import <OIDAuthorizationService.h>
Performs various OAuth and OpenID Connect related calls via the user agent or NSURLSession
.
◆ discoverServiceConfigurationForDiscoveryURL:completion:() + (void) discoverServiceConfigurationForDiscoveryURL: (NSURL *) discoveryURL completion: (OIDDiscoveryCallback) completion
Convenience method for creating an authorization service configuration from an OpenID Connect compliant identity provider's discovery document.
-
Parameters
-
discoveryURL The URL of the service provider's OpenID Connect discovery document. completion A block which will be invoked when the authorization service configuration has been created, or when an error has occurred.
-
See also
-
https://openid.net/specs/openid-connect-discovery-1_0.html
◆ discoverServiceConfigurationForIssuer:completion:() + (void) discoverServiceConfigurationForIssuer: (NSURL *) issuerURL completion: (OIDDiscoveryCallback) completion
Convenience method for creating an authorization service configuration from an OpenID Connect compliant issuer URL.
-
Parameters
-
issuerURL The service provider's OpenID Connect issuer. completion A block which will be invoked when the authorization service configuration has been created, or when an error has occurred.
-
See also
-
https://openid.net/specs/openid-connect-discovery-1_0.html
◆ performRegistrationRequest:completion:()
Performs a registration request.
-
Parameters
-
request The registration request. completion The method called when the request has completed or failed.
◆ performTokenRequest:callback:()
Performs a token request.
-
Parameters
-
request The token request. callback The method called when the request has completed or failed.
◆ performTokenRequest:originalAuthorizationResponse:callback:()
Performs a token request.
-
Parameters
-
request The token request. authorizationResponse The original authorization response related to this token request. callback The method called when the request has completed or failed.
◆ presentAuthorizationRequest:callback:() ◆ presentAuthorizationRequest:externalUserAgent:callback:() ◆ presentAuthorizationRequest:presentingViewController:callback:() ◆ presentEndSessionRequest:externalUserAgent:callback:() ◆ configuration
The service's configuration.
The documentation for this class was generated from the following file:
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4