Skip to main content

com.atproto.server.refreshSession

POST 

/com.atproto.server.refreshSession

Refresh an authentication session. Requires auth using the 'refreshJwt' (not the 'accessJwt').

Request

Responses

OK

Schema

    accessJwt stringrequired
    refreshJwt stringrequired
    handle handlerequired
    did didrequired
    didDoc
    active boolean
    status string

    Possible values: [takendown, suspended, deactivated]

    Hosting status of the account. If not specified, then assume 'active'.

Loading...