getProxySecretByPlayerId

abstract fun getProxySecretByPlayerId(@NotNull playerId: @NotNull UUID): Optional<UUID>

Gets the proxy secret associated with a player's unique identifier.

Return

An optional containing the player's proxy secret if found, otherwise empty.

Parameters

playerId

The UUID of the player.