Expand description
Reference (Ref) REST endpoints for managing shareable tokens and authentication workflows
Re-exports§
pub use crate::service::create_ref_internal;pub use crate::service::CreateRefInternalParams;
Structs§
- Create
RefRequest - Request structure for creating a new ref
- List
Refs Query - Query parameters for listing refs
- RefResponse
- Response structure for ref details (authenticated users get full data)
- RefResponse
Minimal - Minimal response structure for unauthenticated requests (only refId and type)
Functions§
- create_
ref - POST /api/refs - Create a new ref for authentication workflows
- delete_
ref - DELETE /api/refs/{ref_id} - Delete/revoke a ref
- get_ref
- GET /api/refs/{ref_id} - Get a specific ref by ID
- list_
refs - GET /api/refs - List refs for the current tenant