HttpRequestUser interface

AppService/Functions 認証または SWA 認証を使用してログイン しているユーザーを表すオブジェクト

プロパティ

claimsPrincipalData

認証の種類と認証プロバイダーに依存する追加の認証情報

id

一意のユーザー GUID

identityProvider

認証サービスのプロバイダー

type

認証の種類 (AppService または StaticWebApps)

username

一意のユーザー名

プロパティの詳細

claimsPrincipalData

認証の種類と認証プロバイダーに依存する追加の認証情報

claimsPrincipalData: Record<string, unknown>

プロパティ値

Record<string, unknown>

id

一意のユーザー GUID

id: string

プロパティ値

string

identityProvider

認証サービスのプロバイダー

identityProvider: string

プロパティ値

string

type

認証の種類 (AppService または StaticWebApps)

type: HttpRequestUserType

プロパティ値

username

一意のユーザー名

username: string

プロパティ値

string