Implicit
zio.http.api.openapi.OpenAPI$.OAuthFlow$.Implicit
Configuration for the OAuth Implicit flow.
Attributes
- authorizationUrl
The authorization URL to be used for this flow.
- refreshUrl
The URL to be used for obtaining refresh tokens.
- scopes
The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.
- Graph
- Supertypes