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.