MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / GetState

Method GetState

internal/memory_store/provider.go:63–63  ·  view source on GitHub ↗

GetState returns the state from the session store

(key string)

Source from the content-addressed store, hash-verified

61 SetState(key, state string) error
62 // GetState returns the state from the session store
63 GetState(key string) (string, error)
64 // RemoveState removes the social login state from the session store
65 RemoveState(key string) error
66 // GetAndRemoveState atomically retrieves and deletes the state entry.

Callers 12

LoginMethod · 0.65
SessionMethod · 0.65
SignUpMethod · 0.65
VerifyEmailMethod · 0.65
VerifyOTPMethod · 0.65
VerifyEmailHandlerMethod · 0.65
OAuthCallbackHandlerMethod · 0.65

Calls

no outgoing calls