Method: RefreshAsync

Controller: BearerTokenAuth

Refresh Access token using current Refresh token.

Request Path: POST /auth/bearer/refresh

Authentication

Requires Primary Auth: FALSE
Requires Secondary Auth: NOT_SPECIFIED
Requires Confirmed Email: NOT_SPECIFIED

Allowed User Roles

any

Request Information

Allowed Request Formats

application/json


Header Parameters

None


Route Parameters

None


Body Parameters
Name Type Description Additional information
requestData BearerTokenAuthRefreshRequest


Form Parameters

None


Query/URI Parameters

None



Response Information

Allowed Response Formats

application/json

Response Type(s)
HTTP Code Type
200 = OK

List<BearerToken>

400 = BadRequest

ProblemDetails

403 = Forbidden

ProblemDetails

500 = InternalServerError

ProblemDetails