ActorTokensApi class

Constructors

ActorTokensApi.new([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

createActorToken({CreateActorTokenRequest? createActorTokenRequest}) Future<ActorToken?>
Create actor token
createActorTokenWithHttpInfo({CreateActorTokenRequest? createActorTokenRequest}) Future<Response>
Create actor token
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeActorToken(String actorTokenId) Future<ActorToken?>
Revoke actor token
revokeActorTokenWithHttpInfo(String actorTokenId) Future<Response>
Revoke actor token
toString() String
A string representation of this object.
inherited

Operators

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