RefreshTokenSecretInput class

Input for creating a RefreshTokenSecret.

Must represent 32 random bytes encoded as valid Base64 string.

Use a cryptographically secure random generator to produce array of bytes for this value.

Inheritance

Constructors

RefreshTokenSecretInput.new(String val)
const
RefreshTokenSecretInput.fromJson(String val)
Constructs a RefreshTokenSecretInput from the provided val.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
Actual value wrapped by this NewType.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns a String representing this RefreshTokenSecretInput.
toString() String
A string representation of this object.
inherited

Operators

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