AuthFoundationDefaults
The defaults used in various classes throughout the rest of the SDK.
Properties can be set until they're accessed. If properties are attempted to be set after they've been accessed, an IllegalStateException will be thrown to prevent using incorrect defaults.
Types
Properties
The default AccessTokenValidator.
The default function that returns a singleton instance of Cache.
The CoroutineDispatcher which should be used for compute bound tasks.
The default DeviceSecretValidator.
The default EventCoordinator.
The default IdTokenValidator.
The CoroutineDispatcher which should be used for IO bound tasks.
The default wait time until the web login flow is cancelled after receiving empty redirect response from the web browser. This can resolve some issues caused by older devices when invalid redirect results are returned from the older browser. When this is set to a non-zero value, it introduces a delay to all redirects when an error is received.
The default Call.Factory.
The default TokenEncryptionHandler for encrypting and decrypting stored Tokens.
The default function that retuns a singleton instance of TokenStorage.