Share via


LinkedUser interface

Provides information about a user from the authentication perspective.

Properties

name

The user name. For ApplicationTokenCredentials it can be the clientId or SPN.

type

The user type. "user" | "servicePrincipal".

Property Details

name

The user name. For ApplicationTokenCredentials it can be the clientId or SPN.

name: string

Property Value

string

type

The user type. "user" | "servicePrincipal".

type: UserType

Property Value