PassageAppInfo class

Implemented types

Constructors

PassageAppInfo.fromJson(dynamic jsonString)
factory
PassageAppInfo.fromMap(Map<String, dynamic> map)

Properties

allowedIdentifier String
final
authMethods AuthMethods
final
authOrigin String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
publicSignup bool
final
redirectUrl String
final
requiredIdentifier String
final
requireIdentifierVerification bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionTimeoutLength int
final
userMetadataSchema List<PassageAppUserMetadataSchema>?
final

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

Static Methods

getAuthMethods(dynamic map) AuthMethods
getMetadataSchema(List list) → dynamic