Skip to main content

User info endpoint

UserInfo Endpoint is an OAuth 2.0 Protected Resource that returns Claims about the authenticated End-User.

Responses

ok


Schema
    aud string
    email string
    exp string
    extra object
    property name* string[]
  • Array [
  • string

  • ]
  • iat string
    iss string
    jti string
    locale string
    name string
    nbf string
    nonce string
    preferred_username string
    scopes string[]
    sub string
    token_type string
    username string
Loading...