LambdaType enum

The types of lambdas that indicate how they are invoked by FusionAuth.

@author Brian Pontarelli

Inheritance

Constructors

LambdaType()
const

Values

JWTPopulate → const LambdaType
OpenIDReconcile → const LambdaType
SAMLv2Reconcile → const LambdaType
SAMLv2Populate → const LambdaType
AppleReconcile → const LambdaType
ExternalJWTReconcile → const LambdaType
FacebookReconcile → const LambdaType
GoogleReconcile → const LambdaType
HYPRReconcile → const LambdaType
TwitterReconcile → const LambdaType
LDAPConnectorReconcile → const LambdaType
LinkedInReconcile → const LambdaType
EpicGamesReconcile → const LambdaType
NintendoReconcile → const LambdaType
SonyPSNReconcile → const LambdaType
SteamReconcile → const LambdaType
TwitchReconcile → const LambdaType
XboxReconcile → const LambdaType
ClientCredentialsJWTPopulate → const LambdaType
SCIMServerGroupRequestConverter → const LambdaType
SCIMServerGroupResponseConverter → const LambdaType
SCIMServerUserRequestConverter → const LambdaType
SCIMServerUserResponseConverter → const LambdaType
SelfServiceRegistrationValidation → const LambdaType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Operators

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

Constants

values → const List<LambdaType>
A constant List of the values in this enum, in order of their declaration.