OAuth2AuthorizerUI
public protocol OAuth2AuthorizerUIPlatform-dependent authorizers must adopt this protocol.
- 
                  
                  The OAuth2 instance this authorizer belongs to. DeclarationSwift unowned var oauth2: OAuth2Base
- 
                  
                  Open the authorize URL in the OS browser. Throws UnableToOpenAuthorizeURL on failureDeclarationSwift func openAuthorizeURLInBrowser(_ url: URL) throwsParametersurlThe authorize URL to open 
- 
                  
                  Tries to use the given context to present the authorization screen. Context could be a UIViewController for iOS or an NSWindow on macOS. Throws Can throw OAuth2Error if the method is unable to show the authorize screenDeclarationSwift func authorizeEmbedded(with config: OAuth2AuthConfig, at url: URL) throwsParameterswithThe configuration to be used; usually uses the instance’s authConfigatThe authorize URL to open 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           OAuth2AuthorizerUI Protocol Reference
      OAuth2AuthorizerUI Protocol Reference