RuleScope Type
How broadly a granted rule applies.
Union cases
| Union case |
Description
|
Full Usage:
Global
|
Applies to every session — the user explicitly opted to remember the grant globally. |
Full Usage:
Session sessionKey
Parameters:
string
|
Applies only within one session (the grain key "userId/sessionId"). This is the default when a user grants access in response to a single request.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsGlobal
Returns: bool
|
|
Full Usage:
this.IsSession
Returns: bool
|
|
Nao