Skip to main content

com.atproto.server.createSession

POST 

com.atproto.server.createSession

Create an authentication session.

Request

Body

required

    identifier stringrequired

    Handle or other identifier supported by the server for the authenticating user.

    password stringrequired
    authFactorToken string

Responses

OK

Schema

    accessJwt stringrequired
    refreshJwt stringrequired
    handle handlerequired
    did didrequired
    didDoc
    email string
    emailConfirmed boolean
    emailAuthFactor boolean
Loading...