GetAuthorizationTokenResult class
Result data returned by getAuthorizationToken.
Constructors
- GetAuthorizationTokenResult({String? authorizationToken, String? domain, String? domainOwner, int? durationSeconds, String? expiration, String? id, String? region})
-
Creates a new GetAuthorizationTokenResult.
authorizationTokenTemporary authorization token.domainOptional.domainOwnerOptional.durationSecondsOptional.expirationTime in UTC RFC3339 format when the authorization token expires.idThe provider-assigned unique ID for this managed resource.regionOptional.const -
GetAuthorizationTokenResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
Temporary authorization token.
final
- domain → String?
-
final
- domainOwner → String?
-
final
- durationSeconds → int?
-
final
- expiration → String?
-
Time in UTC RFC3339 format when the authorization token expires.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited