ClientCredentialsGrant

public struct ClientCredentialsGrant

<#Description#>

  • The clientId for OAuth authentication.

    Declaration

    Swift

    public let clientId: String
  • The clientSecret for OAuth authentication.

    Declaration

    Swift

    public let clientSecret: String
  • The initializer for ClientCredentialsGrant.

    Declaration

    Swift

    public init(clientId: String, clientSecret: String)

    Parameters

    clientId

    The clientId for OAuth authentication.

    clientSecret

    The clientSecret for OAuth authentication.