IdpClient

constructor(clientId: String? = null, redirectUri: String? = null, scopes: List<String> = emptyList(), nonce: String? = null, continueUrl: String? = null)(source)

Parameters

clientId

The client ID.

redirectUri

The redirect URI.

scopes

The scopes.

nonce

The nonce.

continueUrl

The continue URL.