getSecretByPlayerId

@NotNull
abstract fun getSecretByPlayerId(@NotNull playerUUID: @NotNull UUID): @NotNull UUID

Gets the stored secret or generates a new one for a player UUID.

Return

The secret associated with the player UUID.

Parameters

playerUUID

The player UUID for which to get or generate a secret.