Access key together with the service principal key are the secrets associated with an OAuth service app, which can be exported from the Laserfiche Developer Console.
More...
|
| static AccessKey | CreateFromBase64EncodedAccessKey (string base64EncodedAccessKey) |
| | Creates an AccessKey using the base-64 encoded access key associated with an OAuth service app, which can be exported from the Laserfiche Developer Console.
|
| |
|
|
string | ClientId [get, set] |
| | The app's client id.
|
| |
|
string | CustomerId [get, set] |
| | The Laserfiche customer id the app is registered in.
|
| |
|
string | Domain [get, set] |
| | The Laserfiche domain the app belongs to, e.g. laserfiche.com.
|
| |
|
JsonWebKey | Jwk [get, set] |
| | The app's json web key.
|
| |
Access key together with the service principal key are the secrets associated with an OAuth service app, which can be exported from the Laserfiche Developer Console.
◆ CreateFromBase64EncodedAccessKey()
| static AccessKey CreateFromBase64EncodedAccessKey |
( |
string |
base64EncodedAccessKey | ) |
|
|
inlinestatic |
Creates an AccessKey using the base-64 encoded access key associated with an OAuth service app, which can be exported from the Laserfiche Developer Console.
- Parameters
-
| base64EncodedAccessKey | The base-64 encoded access key exported from the Laserfiche Developer Console. |
- Returns
- AccessKey
- Exceptions
-
| ArgumentNullException | |
| FormatException | |
The documentation for this class was generated from the following file: