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