Options

internal object Options

Properties

Link copied to clipboard

Storage for cookies.

Link copied to clipboard
var oidcStorage: Storage<AccessToken>

Storage for OIDC tokens.

Link copied to clipboard

Storage for SSO tokens.

Functions

Link copied to clipboard
fun init(options: FROptions)

Initialize the Options with the provided FROptions.

fun init(store: Store)

Initialize the Options with the provided Store.