Guides
Tutorials
class ApiPlatform\OpenApi\Model\OAuthFlow
{
public __construct(null|string $authorizationUrl, null|string $tokenUrl, null|string $refreshUrl, null|ArrayObject $scopes)
public getAuthorizationUrl(): string
public getTokenUrl(): string
public getRefreshUrl(): string
public getScopes(): ArrayObject
public withAuthorizationUrl(string $authorizationUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withTokenUrl(string $tokenUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withRefreshUrl(string $refreshUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withScopes(ArrayObject $scopes): ApiPlatform\OpenApi\Model\OAuthFlow
public withExtensionProperty(string $key, $value)
public getExtensionProperties(): array
}class ApiPlatform\OpenApi\Model\OAuthFlow
{
public __construct(null|string $authorizationUrl, null|string $tokenUrl, null|string $refreshUrl, null|ArrayObject $scopes)
public getAuthorizationUrl(): string
public getTokenUrl(): string
public getRefreshUrl(): string
public getScopes(): ArrayObject
public withAuthorizationUrl(string $authorizationUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withTokenUrl(string $tokenUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withRefreshUrl(string $refreshUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withScopes(ArrayObject $scopes): ApiPlatform\OpenApi\Model\OAuthFlow
public withExtensionProperty(string $key, $value)
public getExtensionProperties(): array
}public __construct(null|string $authorizationUrl, null|string $tokenUrl, null|string $refreshUrl, null|ArrayObject $scopes)public __construct(null|string $authorizationUrl, null|string $tokenUrl, null|string $refreshUrl, null|ArrayObject $scopes)| authorizationUrl | string | |
| tokenUrl | string | |
| refreshUrl | string | |
| scopes | ArrayObject |
public getAuthorizationUrl(): stringpublic getAuthorizationUrl(): stringstring
public getTokenUrl(): stringpublic getTokenUrl(): stringstring
public getRefreshUrl(): stringpublic getRefreshUrl(): stringstring
public getScopes(): ArrayObjectpublic getScopes(): ArrayObjectArrayObject
public withAuthorizationUrl(string $authorizationUrl): ApiPlatform\OpenApi\Model\OAuthFlowpublic withAuthorizationUrl(string $authorizationUrl): ApiPlatform\OpenApi\Model\OAuthFlow| authorizationUrl | string |
ApiPlatform\OpenApi\Model\OAuthFlow
public withTokenUrl(string $tokenUrl): ApiPlatform\OpenApi\Model\OAuthFlowpublic withTokenUrl(string $tokenUrl): ApiPlatform\OpenApi\Model\OAuthFlow| tokenUrl | string |
ApiPlatform\OpenApi\Model\OAuthFlow
public withRefreshUrl(string $refreshUrl): ApiPlatform\OpenApi\Model\OAuthFlowpublic withRefreshUrl(string $refreshUrl): ApiPlatform\OpenApi\Model\OAuthFlow| refreshUrl | string |
ApiPlatform\OpenApi\Model\OAuthFlow
public withScopes(ArrayObject $scopes): ApiPlatform\OpenApi\Model\OAuthFlowpublic withScopes(ArrayObject $scopes): ApiPlatform\OpenApi\Model\OAuthFlow| scopes | ArrayObject |
ApiPlatform\OpenApi\Model\OAuthFlow
public withExtensionProperty(string $key, $value)public withExtensionProperty(string $key, $value)| key | string | |
| value |
public getExtensionProperties(): arraypublic getExtensionProperties(): arrayarray