OpenAuthenticationPolicyClaim Class

Open authentication policy claim.

Constructor

OpenAuthenticationPolicyClaim(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The name of the claim.

value
str

The value of the claim.

Attributes

name

The name of the claim.

name: str | None

value

The value of the claim.

value: str | None