DescopeConfig class

The configuration of the Descope SDK.

Constructors

DescopeConfig({required String projectId, String? baseUrl, DescopeLogger? logger, DescopeNetworkClient? networkClient})
Creates a new DescopeConfig object.

Properties

baseUrl String?
An optional override for the base URL of the Descope server, in case you need to access it through a CNAME record.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logger DescopeLogger?
An optional object to handle logging in the Descope SDK.
getter/setter pair
networkClient DescopeNetworkClient?
An optional object to override how HTTP requests are performed.
getter/setter pair
projectId String
The id of the Descope project.
getter/setter pair
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