OAuthAccessTokenBasedAuthenticator

public struct OAuthAccessTokenBasedAuthenticator
extension OAuthAccessTokenBasedAuthenticator: Authenticator

Concrete implementation of Authenticator using an OAuth2 access token.

  • Initializes a new authenticator with an access token.

    Declaration

    Swift

    public init(accessToken: String)

    Parameters

    accessToken

    An OAuth2 access token.

  • Declaration

    Swift

    public var authenticationParameters: [Call.Command.Parameter] { get }