Struct ApiAccess
Assembly: Glitch9.AIDevKit.dll
Syntax
public readonly struct ApiAccess
Properties
|
Edit this page
View Source
HasAccess
Declaration
public bool HasAccess { get; }
Property Value
|
Edit this page
View Source
NoAccessReason
Declaration
public string NoAccessReason { get; }
Property Value
Methods
|
Edit this page
View Source
Allow()
Declaration
public static ApiAccess Allow()
Returns
|
Edit this page
View Source
Deny(string)
Declaration
public static ApiAccess Deny(string reason)
Parameters
| Type |
Name |
Description |
| string |
reason |
|
Returns
Extension Methods