start

suspend fun start(    username: String,     password: String,     scope: String = oidcClient.configuration.defaultScope): OidcClientResult<Token>

Initiates the Resource Owner flow.

Parameters

username

the username

password

the password

scope

the scopes to request during sign in. Defaults to the configured OidcClient.