Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/hydra
/ RefreshTokenStorage
Method
RefreshTokenStorage
fosite/handler/oauth2/storage.go:56–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
type
RefreshTokenStorageProvider
interface
{
56
RefreshTokenStorage() RefreshTokenStorage
57
}
Callers
15
HandleTokenEndpointRequest
Method · 0.65
PopulateTokenEndpointResponse
Method · 0.65
handleRefreshTokenReuse
Method · 0.65
RevokeToken
Method · 0.65
introspectRefreshToken
Method · 0.65
TestAuthorizeCodeTransactional_HandleTokenEndpointRequest
Function · 0.65
PopulateTokenEndpointResponse
Method · 0.65
TestRevokeToken
Function · 0.65
TestRefreshFlowTransactional_HandleTokenEndpointRequest
Function · 0.65
TestRefreshFlowTransactional_PopulateTokenEndpointResponse
Function · 0.65
TestIntrospectToken
Function · 0.65
PopulateTokenEndpointResponse
Method · 0.65
Implementers
4
RegistrySQL
driver/registry_sql.go
MemoryStore
fosite/storage/memory.go
MockRefreshTokenStorageProvider
fosite/internal/refresh_token_storage_
MockRefreshTokenStorageProviderMockRecorder
fosite/internal/refresh_token_storage_
Calls
no outgoing calls
Tested by
7
TestAuthorizeCodeTransactional_HandleTokenEndpointRequest
Function · 0.52
TestRevokeToken
Function · 0.52
TestRefreshFlowTransactional_HandleTokenEndpointRequest
Function · 0.52
TestRefreshFlowTransactional_PopulateTokenEndpointResponse
Function · 0.52
TestIntrospectToken
Function · 0.52
TestResourceOwnerFlow_PopulateTokenEndpointResponse
Function · 0.52
TestDeviceUserCodeTransactional_HandleTokenEndpointRequest
Function · 0.52