|
AppAuth
|
Provides macOS specific authorization request handling. More...
#import <OIDAuthorizationService+Mac.h>
Class Methods | |
| (id< OIDExternalUserAgentSession >) | + presentAuthorizationRequest:callback: |
| Perform an authorization flow using the default browser. More... | |
Provides macOS specific authorization request handling.
| + (id<OIDExternalUserAgentSession>) presentAuthorizationRequest: | (OIDAuthorizationRequest *) | request | |
| callback: | (OIDAuthorizationCallback) | callback | |
Perform an authorization flow using the default browser.
| request | The authorization request. |
| 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