ClientCredentialsGrant
public struct ClientCredentialsGrant
<#Description#>
-
The
clientIdfor OAuth authentication.Declaration
Swift
public let clientId: String -
The
clientSecretfor OAuth authentication.Declaration
Swift
public let clientSecret: String -
The initializer for
ClientCredentialsGrant.Declaration
Swift
public init(clientId: String, clientSecret: String)Parameters
clientIdThe
clientIdfor OAuth authentication.clientSecretThe
clientSecretfor OAuth authentication.
View on GitHub
ClientCredentialsGrant Structure Reference