lf-api-client-core-dotnet  1.3.7
Loading...
Searching...
No Matches
AccessKey Class Reference

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 Public Member Functions

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.
 

Properties

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.
 

Detailed Description

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.

Member Function Documentation

◆ 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
base64EncodedAccessKeyThe 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: