M2MTokensApi class

Constructors

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

createM2MToken(CreateM2MTokenRequest createM2MTokenRequest) Future<CreateM2MToken201Response?>
Create a M2M Token
createM2MTokenWithHttpInfo(CreateM2MTokenRequest createM2MTokenRequest) Future<Response>
Create a M2M Token
getM2MTokens(String subject, {bool? revoked, bool? expired, num? limit, num? offset}) Future<GetM2MTokens200Response?>
Get M2M Tokens
getM2MTokensWithHttpInfo(String subject, {bool? revoked, bool? expired, num? limit, num? offset}) Future<Response>
Get M2M Tokens
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeM2MToken(String m2mTokenId, RevokeApiKeyRequest revokeApiKeyRequest) Future<GetM2MTokens200ResponseM2mTokensInner?>
Revoke a M2M Token
revokeM2MTokenWithHttpInfo(String m2mTokenId, RevokeApiKeyRequest revokeApiKeyRequest) Future<Response>
Revoke a M2M Token
toString() String
A string representation of this object.
inherited
verifyM2MToken(VerifyM2MTokenRequest verifyM2MTokenRequest) Future<GetM2MTokens200ResponseM2mTokensInner?>
Verify a M2M Token
verifyM2MTokenWithHttpInfo(VerifyM2MTokenRequest verifyM2MTokenRequest) Future<Response>
Verify a M2M Token

Operators

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