UserFederatedIdentity

data class UserFederatedIdentity(val identityProvider: String, val userId: String, val userName: String)

Constructors

Link copied to clipboard
constructor(identityProvider: String, userId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the identity provider

Link copied to clipboard

The ID of the user defined in the identity provider

Link copied to clipboard

The user name of the user defined in the identity provider