MCPcopy Create free account
hub / github.com/supabase/auth / String

Method String

internal/crypto/crypto.go:114–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (es *EncryptedString) String() string {
115 out := must(json.Marshal(es))
116
117 return string(out)
118}
119
120func deriveSymmetricKey(id, keyID, keyBase64URL string) ([]byte, error) {
121 hkdfKey, err := base64.RawURLEncoding.DecodeString(keyBase64URL)

Callers 15

verifyTOTPFactorMethod · 0.95
SetClientSecretMethod · 0.95
SetupRefreshTokenDataMethod · 0.95
SetSecretMethod · 0.95
SetPasswordMethod · 0.95
SetOtpCodeMethod · 0.95
TestRefreshTokenParseFunction · 0.45

Calls 2

mustFunction · 0.85
MarshalMethod · 0.80

Tested by 3

TestRefreshTokenParseFunction · 0.36