Authentication Details
Provides properties related to the authentication of a user.
In addition to the properties related to the account and identity of the authenticated user, it includes the authenticationToken, its expirationDate and possibly some extra information.
Properties
The Webcom token that authenticates the user.
Creation date of the Webcom account of the authenticated user.
Display name of the authenticated user as known by the identity provider, if available.
The expiration date of the authenticationToken.
Possible additional information about the authenticated user.
The list of previous authentication factors used to authenticate the user (is empty for a classic single factor authentication), the freshest factor being represented by this AuthenticationDetails itself.
The identity provider that has authenticated the user.
Profile of the authenticated user as known by the identity provider, if available.
The identifier of the authenticated user relatively to the identity provider.