OpenAuthenticationPolicyClaim Class
Open authentication policy claim.
Constructor
OpenAuthenticationPolicyClaim(*, name: str | None = None, value: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the claim. Default value: None
|
value
|
The value of the claim. Default value: None
|