File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
recipe/session/sessmodels Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ type SessionContainer struct {
164164 GetAccessTokenPayload func () map [string ]interface {}
165165 GetHandle func () string
166166 GetAccessToken func () string
167- UpdateAccessTokenPayload func (newAccessTokenPayload map [string ]interface {}) error // Deprecated
167+ UpdateAccessTokenPayload func (newAccessTokenPayload map [string ]interface {}) error // Deprecated: use MergeIntoAccessTokenPayload instead
168168 GetTimeCreated func () (uint64 , error )
169169 GetExpiry func () (uint64 , error )
170170
@@ -175,7 +175,7 @@ type SessionContainer struct {
175175 GetAccessTokenPayloadWithContext func (userContext supertokens.UserContext ) map [string ]interface {}
176176 GetHandleWithContext func (userContext supertokens.UserContext ) string
177177 GetAccessTokenWithContext func (userContext supertokens.UserContext ) string
178- UpdateAccessTokenPayloadWithContext func (newAccessTokenPayload map [string ]interface {}, userContext supertokens.UserContext ) error // Deprecated
178+ UpdateAccessTokenPayloadWithContext func (newAccessTokenPayload map [string ]interface {}, userContext supertokens.UserContext ) error // Deprecated: use MergeIntoAccessTokenPayloadWithContext instead
179179 GetTimeCreatedWithContext func (userContext supertokens.UserContext ) (uint64 , error )
180180 GetExpiryWithContext func (userContext supertokens.UserContext ) (uint64 , error )
181181
You can’t perform that action at this time.
0 commit comments