Authorization
public enum AuthorizationCopyright
Copyright © 2020 by Paul Schmiedmayer
The Authorization class represents three different authorization methods, none for no authentication, credentials for a basic authentication, and over the bearer token, or a custom token.
- 
                  
                  describes none authentication DeclarationSwift case none
- 
                  
                  describes an authentication over a basic authentication DeclarationSwift case credentials(type: PasswordType)
- 
                  
                  describes a token-based authentication DeclarationSwift case token(type: TokenType)
 View on GitHub
            View on GitHub
           Authorization Enumeration Reference
      Authorization Enumeration Reference