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

Method TableName

internal/models/refresh_token.go:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (RefreshToken) TableName() string {
37 tableName := "refresh_tokens"
38 return tableName
39}
40
41// GrantParams is used to pass session-specific parameters when issuing a new
42// refresh token to authenticated users.

Callers 2

RevokeTokenFamilyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected