class GoogleIdentityStsV1ExchangeOauthTokenRequest extends Model (View source)

Properties

string $clientId
string $code
string $codeVerifier
string $grantType
string $redirectUri
string $refreshToken
string $scope

Methods

setClientId($clientId)

No description

string
getClientId()

No description

setCode($code)

No description

string
getCode()

No description

setCodeVerifier($codeVerifier)

No description

string
getCodeVerifier()

No description

setGrantType($grantType)

No description

string
getGrantType()

No description

setRedirectUri($redirectUri)

No description

string
getRedirectUri()

No description

setRefreshToken($refreshToken)

No description

string
getRefreshToken()

No description

setScope($scope)

No description

string
getScope()

No description

Details

setClientId($clientId)

No description

Parameters

$clientId

string getClientId()

No description

Return Value

string

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setCodeVerifier($codeVerifier)

No description

Parameters

$codeVerifier

string getCodeVerifier()

No description

Return Value

string

setGrantType($grantType)

No description

Parameters

$grantType

string getGrantType()

No description

Return Value

string

setRedirectUri($redirectUri)

No description

Parameters

$redirectUri

string getRedirectUri()

No description

Return Value

string

setRefreshToken($refreshToken)

No description

Parameters

$refreshToken

string getRefreshToken()

No description

Return Value

string

setScope($scope)

No description

Parameters

$scope

string getScope()

No description

Return Value

string