TokenAuth

post/api/TokenAuth/Authenticate

Request body

userNameOrEmailAddressstring required

Required; Max length 256

passwordstring required

Required; Max length 32

twoFactorVerificationCodestring nullable
rememberClientboolean
twoFactorRememberClientTokenstring nullable
singleSignInboolean nullable
returnUrlstring nullable
captchaResponsestring nullable

Response

Success

accessTokenstring nullable
encryptedAccessTokenstring nullable
expireInSecondsinteger
shouldResetPasswordboolean
passwordResetCodestring nullable
userIdinteger
requiresTwoFactorVerificationboolean
twoFactorAuthProvidersstring[] nullable
twoFactorRememberClientTokenstring nullable
returnUrlstring nullable
refreshTokenstring nullable
refreshTokenExpireInSecondsinteger
cstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.