Hierarchy

  • Certs

Properties

Methods

Properties

impersonating: boolean = false

Methods

  • Description

    enables impersonation by calling the subsequent method with the stored impersonation token

    Example

    Certs.As().List() // lists Certs using the impersonated users' token
    

    Returns Certs

  • Get a single cert public key. Returns a JSON Web Key (JWK). Can be used for validating the token was signed by OrderCloud. Check out the docs for more info

    Type Parameters

    Parameters

    Returns Promise<RequiredDeep<TPublicKey>>

Generated using TypeDoc