Secrets.GetSecret
Skip to content
mnscript
Secret Secrets.GetSecret(string) 

Description ​

Returns the secret with the given name

Arguments ​

string - The name of the secret to retreive

Returns ​

Secret - The found Player

Example ​

msc
using Secrets;
Secret discordRequestKey = Secrets.GetSecret("discord-api-key");