ApptiveGridAuthenticationOptions class

Model for authentication options

Constructors

ApptiveGridAuthenticationOptions({bool autoAuthenticate = false, String? redirectScheme, ApptiveGridApiKey? apiKey, bool persistCredentials = false, String authGroup = 'apptivegrid'})
Creates Authentication Object autoAuthenticate determines if the auth process is started automatically. Defaults to false
const

Properties

apiKey ApptiveGridApiKey?
ApptiveGridApiKey for authentication with an Api Key
final
authGroup String
User Group of the users
final
autoAuthenticate bool
Determines whether or not the authentication process should be started automatically or not
final
hashCode int
The hash code for this object.
no setteroverride
persistCredentials bool
Determines whether or not credentials are saved across sessions. Internally this uses flutter_secure_storage
final
redirectScheme String?
If the Authentication is happening in an external Browser add your custom Redirect URI Scheme so the User gets redirected to the App
final
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.
override