TokensApi class

Constructors

TokensApi([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

generateToken(String account, {GenerateTokenRequest? generateTokenRequest}) Future<GenerateTokenResponse?>
Generate a token
generateTokenWithHttpInfo(String account, {GenerateTokenRequest? generateTokenRequest}) Future<Response>
Generate a token
listTokens(String account, {Object? page, int? limit, ListTokensBearerParameter? bearer}) Future<ListTokensResponse?>
List all tokens
listTokensWithHttpInfo(String account, {Object? page, int? limit, ListTokensBearerParameter? bearer}) Future<Response>
List all tokens
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
regenerateToken(String account, String token) Future<RegenerateTokenResponse?>
Regenerate a token
regenerateTokenWithHttpInfo(String account, String token) Future<Response>
Regenerate a token
retrieveToken(String account, String token) Future<RetrieveTokenResponse?>
Retrieve a token
retrieveTokenWithHttpInfo(String account, String token) Future<Response>
Retrieve a token
revokeToken(String account, String token) Future<void>
Revoke a token
revokeTokenWithHttpInfo(String account, String token) Future<Response>
Revoke a token
toString() String
A string representation of this object.
inherited

Operators

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