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

Method String

internal/models/factor.go:26–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func (factorState FactorState) String() string {
27 switch factorState {
28 case FactorStateUnverified:
29 return "unverified"
30 case FactorStateVerified:
31 return "verified"
32 }
33 return ""
34}
35
36const TOTP = "totp"
37const Phone = "phone"

Callers 15

InviteMailMethod · 0.45
ConfirmationMailMethod · 0.45
EmailChangeMailMethod · 0.45
RecoveryMailMethod · 0.45
MagicLinkMailMethod · 0.45
GetEmailActionLinkMethod · 0.45
TestGetPathFunction · 0.45
executeMethod · 0.45
RecordLoginFunction · 0.45
IsAAL2ClaimMethod · 0.45
AddClaimToSessionFunction · 0.45
SetClientSecretMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestGetPathFunction · 0.36
createUserWithEmailMethod · 0.36
TestUpdateStatusMethod · 0.36
TestAccountExistsMethod · 0.36
TestLinkingScenariosMethod · 0.36