AuthenticatedPlayerParser

認証済みプレイヤーをパースするクラス JWTからplayerUniqueIdを抽出してPlayerまたはOfflinePlayerを取得する

認証が必須のエンドポイントで使用される

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun parse(call: ApplicationCall, paramInfo: ParameterInfo): Either<ResolveError, Any>

Ktorのコンテキストからパラメータ値をパースする