Module oauth

Source
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§

DeviceAuthorizationEndpoint
A prebuilt mock for a POST /oauth/device request.
MockServerMetadataBuilder
Helper struct to construct an AuthorizationServerMetadata for integration tests.
OAuthMockServer
A wiremock MockServer along with useful methods to help mocking OAuth 2.0 API endpoints easily.
RegistrationEndpoint
A prebuilt mock for a POST /oauth/registration request.
RevocationEndpoint
A prebuilt mock for a POST /oauth/revoke request.
ServerMetadataEndpoint
A prebuilt mock for a GET /auth_metadata request.
TokenEndpoint
A prebuilt mock for a POST /oauth/token request.