Crate workos

Crate workos 

Source
Expand description

Rust SDK for interacting with the WorkOS API.

Modules§

admin_portal
A module for interacting with the WorkOS Admin Portal.
directory_sync
A module for interacting with the WorkOS Directory Sync API.
events
A module for interacting with the WorkOS Events API.
mfa
A module for interacting with the WorkOS Multi-factor Authentication (MFA) API.
organizations
A module for interacting with organizations within WorkOS.
passwordless
A module for working with passwordless authentication, namely Magic Link.
roles
A module for interacting with the WorkOS Roles API.
sso
A module for interacting with the WorkOS Single Sign-On (SSO) API.
user_management
A module for interacting with the WorkOS User Management API.

Structs§

ApiKey
An API key to authenticate with the WorkOS API.
ListMetadata
The metadata for a PaginatedList.
Metadata
The metadata key/value paris associated with an object.
PaginatedList
A paginated list of records.
PaginationParams
The parameters used to control pagination for a given paginated endpoint.
RawAttributes
The raw attributes returned from the Identity or Directory Provider.
Timestamp
A UTC timestamp.
Timestamps
The timestamps for an object.
UnpaginatedList
An unpaginated list of records.
WorkOs
The WorkOS client.
WorkOsBuilder
A builder for a WorkOS client.

Enums§

JsonOrText
A JSON or text body.
KnownOrUnknown
KnownOrUnknown is a type that respresents either a known value (Known) or an unknown value (Unknown).
PaginationOrder
The order in which records should be returned when paginating.
WorkOsError
A WorkOS SDK error.

Type Aliases§

WorkOsResult
A WorkOS SDK result.