Skip to Content

LoginSuccessResponse

Properties

NameTypeDescriptionNotes
tokenStringJWT authentication token.[default to null]
typeStringToken type (always “Bearer”).[default to null]
token_expires_atStringAccess token expiration time in ISO 8601 format.[default to null]
refresh_tokenStringRefresh token for obtaining new access tokens.[default to null]
refresh_token_expires_atStringRefresh token expiration time in ISO 8601 format.[default to null]
messageStringSuccess message.[default to null]
userUserResponseUser information.[default to null]

[Back to Model list] [Back to API list] [Back to README]