getPlayerIdBySecret

abstract fun getPlayerIdBySecret(@NotNull secret: @NotNull UUID): Optional<UUID>

Gets the player UUID by secret. The secret is generated by invoking getSecretByPlayerId.

Return

The player UUID associated with the secret, if found.

Parameters

secret

The secret to look up the player.