GetState returns the state from the session store
(key string)
| 61 | SetState(key, state string) error |
| 62 | // GetState returns the state from the session store |
| 63 | GetState(key string) (string, error) |
| 64 | // RemoveState removes the social login state from the session store |
| 65 | RemoveState(key string) error |
| 66 | // GetAndRemoveState atomically retrieves and deletes the state entry. |
no outgoing calls