Expand description
Types for the CreateOAuth2Token operation.
Modules§
- builders
- Builders
Structs§
- CreateO
Auth2 Token - Orchestration and serialization glue logic for
CreateOAuth2Token. - CreateO
Auth2 Token Input - Input structure for CreateOAuth2Token operation Contains flattened token operation inputs for both authorization code and refresh token flows. The operation type is determined by the grant_type parameter in the request body.
- CreateO
Auth2 Token Output - Output structure for CreateOAuth2Token operation Contains flattened token operation outputs for both authorization code and refresh token flows. The response content depends on the grant_type from the original request.
Enums§
- CreateO
Auth2 Token Error - Error type for the
CreateOAuth2TokenErroroperation.