Available on crate feature
testing
and non-WebAssembly only.Expand description
Helpers to mock an OAuth 2.0 server for the purpose of integration tests.
Structs§
- Device
Authorization Endpoint - A prebuilt mock for a
POST /oauth/device
request. - Mock
Server Metadata Builder - Helper struct to construct an
AuthorizationServerMetadata
for integration tests. - OAuth
Mock Server - A
wiremock
MockServer
along with useful methods to help mocking OAuth 2.0 API endpoints easily. - Registration
Endpoint - A prebuilt mock for a
POST /oauth/registration
request. - Revocation
Endpoint - A prebuilt mock for a
POST /oauth/revoke
request. - Server
Metadata Endpoint - A prebuilt mock for a
GET /auth_metadata
request. - Token
Endpoint - A prebuilt mock for a
POST /oauth/token
request.