Retrieve a JWT from a client's credentials
Retrieves a JWT from a client's credentials.
Request
request body
client_id
String representation of a MongoDB ObjectId
client_secret
Uuid representation of client secret
grant_type
Allowed values:
Response
result
access_token
The JWT providing the user access to IAP
token_type
The type of token provided
Allowed values:
expires_in
The amount of time until the JWT expires
Allowed values:
Errors
500
Internal Server Error