Skip to main content

Create a new token from hosted UI

GET 

/token/from/hostedui

Create a new token from hosted UI

Request

Query Parameters

    code stringrequired

    The code obtained from AWS Cognito hosted UI.

Responses

Schema

    access_token string
    token_type string
    refresh_token string
    id_token string
    expires_in int64
Loading...