Share via


OpenAuthenticationPolicyClaim Class

Open authentication policy claim.

Constructor

OpenAuthenticationPolicyClaim(*, name: str | None = None, value: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
name
str

The name of the claim.

Default value: None
value
str

The value of the claim.

Default value: None

Variables

Name Description
name
str

The name of the claim.

value
str

The value of the claim.