Parameters
| Name | Type | Mode |
|---|---|---|
| p_session_id | text | IN |
| p_user_id | integer | IN |
| p_expires_at | timestamp without time zone | IN |
| p_raw_token | text | IN |
Issues a new refresh token for a session by hashing the raw token and storing the hash in the database.
| Name | Type | Mode |
|---|---|---|
| p_session_id | text | IN |
| p_user_id | integer | IN |
| p_expires_at | timestamp without time zone | IN |
| p_raw_token | text | IN |