OpenAPIOAuthFlow extension type

OpenAPI oauth-flow object.

on

Constructors

OpenAPIOAuthFlow.authorizationCode({required String authorizationUrl, required String tokenUrl, required Map<String, String> scopes, String? refreshUrl, Map<String, Object?>? extensions})
Creates an authorizationCode OAuth flow.
factory
OpenAPIOAuthFlow.clientCredentials({required String tokenUrl, required Map<String, String> scopes, String? refreshUrl, Map<String, Object?>? extensions})
Creates a clientCredentials OAuth flow.
factory
OpenAPIOAuthFlow.implicit({required String authorizationUrl, required Map<String, String> scopes, String? refreshUrl, Map<String, Object?>? extensions})
Creates an implicit OAuth flow.
factory
OpenAPIOAuthFlow.password({required String tokenUrl, required Map<String, String> scopes, String? refreshUrl, Map<String, Object?>? extensions})
Creates a password OAuth flow.
factory