AppAuth
Source
OIDExternalUserAgentSession.h
Go to the documentation of this file.
1
19
NS_ASSUME_NONNULL_BEGIN
20
23
@protocol
OIDExternalUserAgentSession
<NSObject>
24
32
- (void)
cancel
;
33
42
- (void)cancelWithCompletion:(nullable
void
(^)(
void
))completion;
43
54
- (BOOL)resumeExternalUserAgentFlowWithURL:(NSURL *)URL;
55
61
- (void)failExternalUserAgentFlowWithError:(NSError *)error;
62
63
@end
64
65
NS_ASSUME_NONNULL_END
-[OIDExternalUserAgentSession-p cancel]
void cancel()
Cancels the code flow session, invoking the request's callback with a cancelled error.
OIDExternalUserAgentSession-p
Represents an in-flight external user-agent session.
Definition:
OIDExternalUserAgentSession.h:23
Generated by
1.8.16