Sessions and passwords
Get reset request
GetResetRequest reports whether an Admin has approved a reset yet.
curl -X GET "https://example.com/api/v1/auth/reset-requests/string"{ "status": "REQUEST_STATUS_UNSPECIFIED"}Get join request
GetJoinRequest reports whether an Admin has decided yet. The Visitor's browser remembers the request id and comes back to the same address.
Refresh access
RefreshAccess exchanges the refresh cookie for a new access token. The refresh token is read from the cookie and never appears in a request or a response body: the credential that lasts a month is not one a caller should be able to copy out of a log.