Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 426 Bytes

Oauth2AuthorizeResponseOauth2Authorize.md

File metadata and controls

25 lines (17 loc) · 426 Bytes

Oauth2AuthorizeResponseOauth2Authorize

Successful Response

Supported Types

Components\AuthorizeResponseUser

/**
* @var Components\AuthorizeResponseUser
*/
Components\AuthorizeResponseUser $value = /* values here */

Components\AuthorizeResponseOrganization

/**
* @var Components\AuthorizeResponseOrganization
*/
Components\AuthorizeResponseOrganization $value = /* values here */