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(): string
public getAuthorizationUrl(): string
string
public getTokenUrl(): string
public getTokenUrl(): string
string
public getRefreshUrl(): string
public getRefreshUrl(): string
string
public getScopes(): ArrayObject
public getScopes(): ArrayObject
ArrayObject
public withAuthorizationUrl(string $authorizationUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withAuthorizationUrl(string $authorizationUrl): ApiPlatform\OpenApi\Model\OAuthFlow
authorizationUrl | string |
ApiPlatform\OpenApi\Model\OAuthFlow
public withTokenUrl(string $tokenUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withTokenUrl(string $tokenUrl): ApiPlatform\OpenApi\Model\OAuthFlow
tokenUrl | string |
ApiPlatform\OpenApi\Model\OAuthFlow
public withRefreshUrl(string $refreshUrl): ApiPlatform\OpenApi\Model\OAuthFlow
public withRefreshUrl(string $refreshUrl): ApiPlatform\OpenApi\Model\OAuthFlow
refreshUrl | string |
ApiPlatform\OpenApi\Model\OAuthFlow
public withScopes(ArrayObject $scopes): ApiPlatform\OpenApi\Model\OAuthFlow
public 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(): array
public getExtensionProperties(): array
array