AppAuth
Class Methods | List of all members
OIDAuthorizationService(Mac) Category Reference

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...
 

Detailed Description

Provides macOS specific authorization request handling.

Method Documentation

◆ presentAuthorizationRequest:callback:()

+ (id<OIDExternalUserAgentSession>) presentAuthorizationRequest: (OIDAuthorizationRequest *)  request
callback: (OIDAuthorizationCallback callback 

Perform an authorization flow using the default browser.

Parameters
requestThe authorization request.
callbackThe method called when the request has completed or failed.
Returns
A OIDExternalUserAgentSession instance which will terminate when it receives a cancel (OIDExternalUserAgentSession-p) message, or after processing a resumeExternalUserAgentFlowWithURL: (OIDExternalUserAgentSession-p) message.

Extends class OIDAuthorizationService.


The documentation for this category was generated from the following file: