Expand description
types for Auth / session management
Re-exports§
pub use NewSessionResponse as CreateSessionSuccess;
Structs§
- Response for what URL to use for OAuth callback.
- Response for successfully creating a session.
- User’s profile info fetched from the OAuth service. Returned as part of the identity claims to be used as defaults for populating a
PutProfile
request. - Optional query used as the first option for authentication with the API
Enums§
- Request for Creating a Session / signing in via oauth.
- Response for creating a session.
- Which service to use for OAuth Url generation.
- OAuth provider for emails
- Which URL to use for OAuth callback.
Constants§
- The name to use for auth cookies.
- The query key for
- The name of the CSRF header.