ActorTokensApi class
Constructors
- ActorTokensApi.new([ApiClient? apiClient])
Properties
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