Module oauth

Source
Available on crate feature testing only.
Expand description

Mock client data for the OAuth 2.0 API.

Functions§

mock_client_id
An OAuth 2.0 ClientId, for unit or integration tests.
mock_client_metadata
VerifiedClientMetadata that should be valid in most cases, for unit or integration tests.
mock_redirect_uri
A redirect URI, for unit or integration tests.
mock_session
An OAuthSession to restore, for unit or integration tests.