Endpoint Authentication Response
data class EndpointAuthenticationResponse(val aadTenantID: String? = null, val principalID: String? = null, val principalType: String? = null)
Service endpoints authentication details.
Constructors
Link copied to clipboard
fun EndpointAuthenticationResponse(aadTenantID: String? = null, principalID: String? = null, principalType: String? = null)