[]
        
(Showing Draft Content)

AuthToken

AuthToken

[POST] /api/authtoken

The authentication token for Wyn integration.

Request Schema

any

Response

Status Code: 200

Success

[GET] /api/authtoken/{authToken}

Get the authentication token for Wyn integration.

Parameters

Name Type Located In Description
authTokenRequired string path The authentication token.

Response

Status Code: 200

Success

AuthToken

[GET] /api/authtoken/settings

Get the authentication token settings for Wyn integration.

Response

Status Code: 200

Success

TokenSettingsViewModel

[PUT] /api/authtoken/settings

Update the authentication token settings for Wyn integration.

Request Schema

TokenSettingsViewModel

Response

Status Code: 200

Success

Models

Ƭ AuthToken

Name Type Description Example
authTokenKeyNullable string
tokenNullable string
cookieLifetime int32
created ISO DateTime Sting

Ƭ TokenSettingsViewModel

Name Type Description Example
lifetimeNullable int32