AzureActiveDirectoryLoginResponse

data class AzureActiveDirectoryLoginResponse(val disableWWWAuthenticate: Boolean? = null, val loginParameters: List<String>? = null)

The configuration settings of the Azure Active Directory login flow.

Constructors

Link copied to clipboard
fun AzureActiveDirectoryLoginResponse(disableWWWAuthenticate: Boolean? = null, loginParameters: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

true if the www-authenticate provider should be omitted from the request; otherwise, false.

Link copied to clipboard

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".