DevelopmentTokenServerOptions

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

Options for TokenSource.fromDevelopmentTokenServer.

Parameters

baseUrl

optionally overrides the base url of the development token server.

Constructors

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

Properties

Link copied to clipboard
val baseUrl: String? = null