start
suspend fun start( username: String, password: String, scope: String = oidcClient.configuration.defaultScope): OidcClientResult<Token>
Content copied to clipboard
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.