Skip to main content

acquireLimitedAccessToken

Acquire a limited access token, suitable for use in a client application, which can be used:

  • to issue one or more credentials to a specified identity
  • for presentations of one or more credentials from the specified identity (for scenarios where the identity is known via authentication or other means)
  • for presentations of credentials from any identity (anonymous presentations)

The following restrictions apply:

  • For issuance and presentation operations, requestId is the only supported method to subscribe to issuance and presentation events.
  • Issuance and presentation data can be queried, but only for the specified identity.
acquireLimitedAccessToken(
input: AcquireLimitedAccessTokenInput!
): AccessTokenResponse!

Arguments

acquireLimitedAccessToken.input ● AcquireLimitedAccessTokenInput! non-null input

Type

AccessTokenResponse object

A limited access token response.