Skip to main content

Get

GET 

/oauth2/authorized-clients/:id

Get a OAuth2 Authorized Client given its client registration id

Request

Path Parameters

    id int64required

    The Id

Responses

Found

Schema

    access_token_expires_at date-time
    access_token_issued_at date-time
    access_token_scopes string
    access_token_type string
    access_token_value string
    client_registration_id string
    id int64
    principal_name string
    refresh_token_issued_at date-time
    refresh_token_value string