OpenAPIOAuthFlow extension type
OpenAPI oauth-flow object.
Constructors
-
Creates an
authorizationCodeOAuth flow.factory -
OpenAPIOAuthFlow.clientCredentials({required String tokenUrl, required Map<
String, String> scopes, String? refreshUrl, Map<String, Object?> ? extensions}) -
Creates a
clientCredentialsOAuth flow.factory -
OpenAPIOAuthFlow.implicit({required String authorizationUrl, required Map<
String, String> scopes, String? refreshUrl, Map<String, Object?> ? extensions}) -
Creates an
implicitOAuth flow.factory -
OpenAPIOAuthFlow.password({required String tokenUrl, required Map<
String, String> scopes, String? refreshUrl, Map<String, Object?> ? extensions}) -
Creates a
passwordOAuth flow.factory