GetADOOAuthInfoPlainArgs

data class GetADOOAuthInfoPlainArgs(val location: String, val redirectUrl: String? = null) : ConvertibleToJava<GetADOOAuthInfoPlainArgs>

Constructors

Link copied to clipboard
constructor(location: String, redirectUrl: String? = null)

Properties

Link copied to clipboard

The name of the Azure region.

Link copied to clipboard
val redirectUrl: String? = null

The URL the client will redirect to on successful authentication. If empty, no redirect will occur.

Functions

Link copied to clipboard
open override fun toJava(): GetADOOAuthInfoPlainArgs