AppAuth
OIDAuthorizationService+Mac.h
Go to the documentation of this file.
1 
20 
21 NS_ASSUME_NONNULL_BEGIN
22 
26 
34 + (id<OIDExternalUserAgentSession>)presentAuthorizationRequest:(OIDAuthorizationRequest *)request
35  callback:(OIDAuthorizationCallback)callback;
36 
37 @end
38 
39 NS_ASSUME_NONNULL_END
OIDAuthorizationService(Mac)
Provides macOS specific authorization request handling.
Definition: OIDAuthorizationService+Mac.h:25
OIDAuthorizationRequest
Represents an authorization request.
Definition: OIDAuthorizationRequest.h:41
OIDAuthorizationCallback
void(^ OIDAuthorizationCallback)(OIDAuthorizationResponse *_Nullable authorizationResponse, NSError *_Nullable error)
Represents the type of block used as a callback for various methods of OIDAuthorizationService.
Definition: OIDAuthorizationService.h:49
OIDAuthorizationService.h
AppAuth iOS SDK.
OIDExternalUserAgentSession-p
Represents an in-flight external user-agent session.
Definition: OIDExternalUserAgentSession.h:23