create

suspend fun create(config: CreateAuthTokenConfig? = null): AuthToken

Creates an ephemeral auth token resource.

Return

An AuthToken object that contains the info of the created resource.

Parameters

config

A CreateAuthTokenConfig for configuring the create request.