|
AppAuth
|
Provides iOS specific authorization request handling. More...
#import <OIDAuthorizationService+IOS.h>
Class Methods | |
| (id< OIDExternalUserAgentSession >) | + presentAuthorizationRequest:presentingViewController:callback: |
Perform an authorization flow using SFSafariViewController. More... | |
Provides iOS specific authorization request handling.
| + (id<OIDExternalUserAgentSession>) presentAuthorizationRequest: | (OIDAuthorizationRequest *) | request | |
| presentingViewController: | (UIViewController *) | presentingViewController | |
| callback: | (OIDAuthorizationCallback) | callback | |
Perform an authorization flow using SFSafariViewController.
| request | The authorization request. |
| presentingViewController | The view controller from which to present the SFSafariViewController. |
| callback | The method called when the request has completed or failed. |
OIDExternalUserAgentSession instance which will terminate when it receives a cancel (OIDExternalUserAgentSession-p) message, or after processing a resumeExternalUserAgentFlowWithURL: (OIDExternalUserAgentSession-p) message. Extends class OIDAuthorizationService.
1.8.16