Go to the documentation of this file.
19 NS_ASSUME_NONNULL_BEGIN
42 - (void)cancelWithCompletion:(nullable
void (^)(
void))completion;
54 - (BOOL)resumeExternalUserAgentFlowWithURL:(NSURL *)URL;
61 - (void)failExternalUserAgentFlowWithError:(NSError *)error;
void cancel()
Cancels the code flow session, invoking the request's callback with a cancelled error.
Represents an in-flight external user-agent session.
Definition: OIDExternalUserAgentSession.h:23