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

Method GetAllData

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

GetAllData returns all the data from the session store This is used for testing purposes only

()

Source from the content-addressed store, hash-verified

80 // GetAllData returns all the data from the session store
81 // This is used for testing purposes only
82 GetAllData() (map[string]string, error)
83}

Callers 6

TestResendOTPFunction · 0.65
TestResetPasswordFunction · 0.65
TestValidateJWTTokenFunction · 0.65
TestProfileFunction · 0.65
TestVerifyOTPFunction · 0.65
GetAllDataMethod · 0.65

Calls

no outgoing calls

Tested by 5

TestResendOTPFunction · 0.52
TestResetPasswordFunction · 0.52
TestValidateJWTTokenFunction · 0.52
TestProfileFunction · 0.52
TestVerifyOTPFunction · 0.52