# Functions
ContainsString returns true if the provided value is in the provided slice.
GetDefaultAccessTokenRequest returns a HTTP request to get an access token using a static token.
GetKeyFingerprint returns the fingerprint for a given rsa.PublicKey.
GetPubKeyPem returns the PEM encoded public key.
HashSha256 returns the SHA256 hash of the input.
RemoveString removes the provided value from the provided slice Returns modified slice.