from Custom
fun fromCustom(block: suspend (options: TokenRequestOptions) -> Result<TokenSourceResponse>): ConfigurableTokenSource
Creates a custom ConfigurableTokenSource that executes block to fetch the credentials.
Creates a custom ConfigurableTokenSource that executes block to fetch the credentials.