MCPcopy Index your code
hub / github.com/supabase/auth / issueRefreshToken

Method issueRefreshToken

internal/api/token.go:299–301  ·  view source on GitHub ↗
(r *http.Request, headers http.Header, conn *storage.Connection, user *models.User, authenticationMethod models.AuthenticationMethod, grantParams models.GrantParams)

Source from the content-addressed store, hash-verified

297}
298
299func (a *API) issueRefreshToken(r *http.Request, headers http.Header, conn *storage.Connection, user *models.User, authenticationMethod models.AuthenticationMethod, grantParams models.GrantParams) (*tokens.AccessTokenResponse, error) {
300 return a.tokenService.IssueRefreshToken(r, headers, conn, user, authenticationMethod, grantParams)
301}
302
303func (a *API) updateMFASessionAndClaims(r *http.Request, tx *storage.Connection, user *models.User, authenticationMethod models.AuthenticationMethod, grantParams models.GrantParams) (*tokens.AccessTokenResponse, error) {
304 ctx := r.Context()

Callers 10

web3GrantSolanaMethod · 0.95
web3GrantEthereumMethod · 0.95
handleSamlAcsMethod · 0.95
SignupAnonymouslyMethod · 0.95
SignupMethod · 0.95
verifyGetMethod · 0.95
verifyPostMethod · 0.95
IdTokenGrantMethod · 0.95

Calls 1

IssueRefreshTokenMethod · 0.80

Tested by

no test coverage detected