AppAuth
OIDAuthorizationService+IOS.h
Go to the documentation of this file.
1 
19 #import <UIKit/UIKit.h>
20 
23 
24 NS_ASSUME_NONNULL_BEGIN
25 
29 
39 + (id<OIDExternalUserAgentSession>) presentAuthorizationRequest:(OIDAuthorizationRequest *)request
40  presentingViewController:(UIViewController *)presentingViewController
41  callback:(OIDAuthorizationCallback)callback;
42 @end
43 
44 NS_ASSUME_NONNULL_END
OIDExternalUserAgentSession.h
AppAuth iOS SDK.
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.
OIDAuthorizationService(IOS)
Provides iOS specific authorization request handling.
Definition: OIDAuthorizationService+IOS.h:28
OIDExternalUserAgentSession-p
Represents an in-flight external user-agent session.
Definition: OIDExternalUserAgentSession.h:23