SandboxTokenServerOptions

data class SandboxTokenServerOptions(val baseUrl: String? = null)

Deprecated

Use DevelopmentTokenServerOptions instead

Replace with

DevelopmentTokenServerOptions(baseUrl)

Options for the deprecated TokenSource.fromSandboxTokenServer.

See also

Constructors

Link copied to clipboard
constructor(baseUrl: String? = null)

Properties

Link copied to clipboard
val baseUrl: String? = null