OAuth
Third party services can access Liquid resources and information, on behalf of Liquid users.
OAuth Application
To use OAuth services, an OAuthApplication must be created. Contact Liquid partner services to apply.
OAuth Request
Create an empty OAuth request.
User Approval
The response to the OAuthRequest returns app_challenge_href
which is a URL that will prompt the user to approve the request.
Create and Sign OAuth JWT
After an OAuthRequest is approved by the user, the associated oauth_request_public_id
and oauth_request_private_id
can then be used in a JWT to access services on behalf of that user.
Fetch User Information
Fetch User Accounts
Last updated