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.
Constructors
- RefreshTokenSecretInput.new(String val)
-
const
- RefreshTokenSecretInput.fromJson(String val)
-
Constructs a RefreshTokenSecretInput from the provided
val
.factory
Properties
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