UserinfoSignedResponseAlg class

Inheritance

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

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

Static Methods

valueOf(int value) UserinfoSignedResponseAlg

Constants

USERINFO_SIGNED_RESPONSE_ALG_NONE → const UserinfoSignedResponseAlg
UserinfoSignedResponseAlg._(1, 'USERINFO_SIGNED_RESPONSE_ALG_NONE')
USERINFO_SIGNED_RESPONSE_ALG_RS256 → const UserinfoSignedResponseAlg
UserinfoSignedResponseAlg._(2, 'USERINFO_SIGNED_RESPONSE_ALG_RS256')
USERINFO_SIGNED_RESPONSE_ALG_UNSET → const UserinfoSignedResponseAlg
UserinfoSignedResponseAlg._(0, 'USERINFO_SIGNED_RESPONSE_ALG_UNSET')
values → const List<UserinfoSignedResponseAlg>
<UserinfoSignedResponseAlg>[USERINFO_SIGNED_RESPONSE_ALG_UNSET, USERINFO_SIGNED_RESPONSE_ALG_NONE, USERINFO_SIGNED_RESPONSE_ALG_RS256]