GetADOOAuthInfoResult

data class GetADOOAuthInfoResult(val authURL: String? = null, val token: String? = null)

Response containing ADO OAuth information

Constructors

Link copied to clipboard
constructor(authURL: String? = null, token: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authURL: String? = null

URL used to authorize ADO app using Entra ID

Link copied to clipboard
val token: String? = null

OAuth token used to make calls to ADO APIs