OAuth20Api class
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