AuthenticateMethod

public enum AuthenticateMethod

Authentication methods specified in a Request object.

  • none: Does not use any authentication method.
  • token: Uses an OAuth 2.0 Bearer token.
  • Does not use any authentication method.

    Declaration

    Swift

    case none
  • Uses an OAuth 2.0 Bearer token.

    Declaration

    Swift

    case token