AppAuth
Source
macOS
OIDAuthState+Mac.h
Go to the documentation of this file.
1
19
#import "
OIDAuthState.h
"
20
21
NS_ASSUME_NONNULL_BEGIN
22
25
@interface
OIDAuthState (Mac)
26
39
+ (id<
OIDExternalUserAgentSession
>)
40
authStateByPresentingAuthorizationRequest:(
OIDAuthorizationRequest
*)authorizationRequest
41
callback:(
OIDAuthStateAuthorizationCallback
)callback;
42
43
@end
44
45
NS_ASSUME_NONNULL_END
OIDAuthState.h
AppAuth iOS SDK.
OIDAuthorizationRequest
Represents an authorization request.
Definition:
OIDAuthorizationRequest.h:41
OIDAuthStateAuthorizationCallback
void(^ OIDAuthStateAuthorizationCallback)(OIDAuthState *_Nullable authState, NSError *_Nullable error)
The method called when the authStateByPresentingAuthorizationRequest:presentingViewController:callbac...
Definition:
OIDAuthState.h:48
OIDAuthState(Mac)
macOS specific convenience methods for OIDAuthState.
Definition:
OIDAuthState+Mac.h:25
OIDExternalUserAgentSession-p
Represents an in-flight external user-agent session.
Definition:
OIDExternalUserAgentSession.h:23
Generated by
1.8.16