[]
        
(Showing Draft Content)

AuthToken

AuthToken

[POST] /api/authtoken

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

any

Responses

[200] Success

[GET] /api/authtoken/{authToken}

Parameters

Name In Type
authTokenRequired path string

Responses

[200] Success

AuthTokenBizModel

Type: [text/plain], [application/json], [text/json]

[GET] /api/authtoken/settings

Responses

[200] Success

TokenSettingsViewModel

Type: [text/plain], [application/json], [text/json]

[PUT] /api/authtoken/settings

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

TokenSettingsViewModel

Responses

[200] Success

Models

Ƭ AuthTokenBizModel

Name Type
createdNullable ISO DateTime Sting
authTokenKeyNullable string
tokenNullable string
cookieLifetime int32

Ƭ TokenSettingsViewModel

Name Type
lifetimeNullable int32