19 #import <UIKit/UIKit.h> 23 NS_ASSUME_NONNULL_BEGIN
38 + (id<OIDAuthorizationFlowSession>)
40 presentingViewController:(UIViewController *)presentingViewController
Represents an authorization request.
Definition: OIDAuthorizationRequest.h:40
Provides iOS specific authorization request handling.
Definition: OIDAuthorizationService+IOS.h:27
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:47