JwtSupportedAlgorithm enum
Values
- hs256 → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('HS256')
- hs384 → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('HS384')
- hs512 → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('HS512')
- es256 → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('ES256')
- es256k → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('ES256K')
- es384 → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('ES384')
- es512 → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('ES512')
- eddsa → const JwtSupportedAlgorithm
-
const JwtSupportedAlgorithm('EdDSA')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromName(
String? alg) → JwtSupportedAlgorithm?
Constants
-
values
→ const List<
JwtSupportedAlgorithm> - A constant List of the values in this enum, in order of their declaration.