OAuth20Api class

Constructors

OAuth20Api([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorize(String responseType, String clientId, String redirectUri, String codeChallenge, String codeChallengeMethod, {String? scope, String? state, String? nonce}) Future<ConsentRequiredResponse?>
Authorization endpoint
authorizeWithHttpInfo(String responseType, String clientId, String redirectUri, String codeChallenge, String codeChallengeMethod, {String? scope, String? state, String? nonce}) Future<Response>
Authorization endpoint
introspectToken(String token, String clientId, {String? clientSecret}) Future<IntrospectionResponse?>
Token introspection
introspectTokenWithHttpInfo(String token, String clientId, {String? clientSecret}) Future<Response>
Token introspection
listConsents() Future<ListConsents200Response?>
List user consents
listConsentsWithHttpInfo() Future<Response>
List user consents
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeConsent(RevokeConsentRequest revokeConsentRequest) Future<void>
Revoke consent
revokeConsentWithHttpInfo(RevokeConsentRequest revokeConsentRequest) Future<Response>
Revoke consent
revokeToken(String token, {String? clientId}) Future<void>
Token revocation
revokeTokenWithHttpInfo(String token, {String? clientId}) Future<Response>
Token revocation
submitConsent(ConsentRequest consentRequest) Future<ConsentResponse?>
Submit consent
submitConsentWithHttpInfo(ConsentRequest consentRequest) Future<Response>
Submit consent
token(String grantType, {String? code, String? redirectUri, String? clientId, String? clientSecret, String? codeVerifier, String? refreshToken, String? scope}) Future<OAuthTokenResponse?>
Token endpoint
tokenWithHttpInfo(String grantType, {String? code, String? redirectUri, String? clientId, String? clientSecret, String? codeVerifier, String? refreshToken, String? scope}) Future<Response>
Token endpoint
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited