Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 573 Bytes

File metadata and controls

32 lines (23 loc) · 573 Bytes

Oauth2RequestTokenRequestBody

Supported Types

Components\AuthorizationCodeTokenRequest

/**
* @var \Polar\Models\Components\AuthorizationCodeTokenRequest
*/
Components\AuthorizationCodeTokenRequest $value = /* values here */

Components\RefreshTokenRequest

/**
* @var \Polar\Models\Components\RefreshTokenRequest
*/
Components\RefreshTokenRequest $value = /* values here */

Components\WebTokenRequest

/**
* @var \Polar\Models\Components\WebTokenRequest
*/
Components\WebTokenRequest $value = /* values here */