# AttestoClient v0.6.0 - Table of Contents

> Client-side OAuth 2.0 / OpenID Connect / FAPI 2.0 artifacts and verification: private_key_jwt, JAR, ID Tokens, JARM, ID-JAG, PKCE, and signed response verification.

## Pages

- [AttestoClient](readme.md)

- Changelog
  - [Changelog](changelog.md)

- License
  - [LICENSE](license.md)

## Modules

- [AttestoClient](AttestoClient.md): Client-side OAuth 2.0 / OpenID Connect / FAPI 2.0 artifacts and verification.
- [AttestoClient.ClientAssertion](AttestoClient.ClientAssertion.md): Build `private_key_jwt` client-authentication assertions (RFC 7523 §2.2 /
OpenID Connect Core §9), signed with the client's own private key.
- [AttestoClient.Discovery](AttestoClient.Discovery.md): Fetch and read OAuth 2.0 / OpenID Connect authorization-server metadata
(RFC 8414 / OpenID Connect Discovery 1.0).
- [AttestoClient.IDToken](AttestoClient.IDToken.md): Verify OpenID Connect ID Tokens issued by an authorization server.
- [AttestoClient.IdentityAssertion](AttestoClient.IdentityAssertion.md): Build Identity Assertion JWT Authorization Grant assertions (ID-JAG / EMA).
- [AttestoClient.JARM](AttestoClient.JARM.md): Verify JWT Secured Authorization Response Mode (JARM) responses, the
client-side mirror of `Attesto.JARM.response_jwt/4`.
- [AttestoClient.PKCE](AttestoClient.PKCE.md): Generate RFC 7636 PKCE verifier/challenge pairs for OAuth clients.
- [AttestoClient.RequestObject](AttestoClient.RequestObject.md): Build signed authorization request objects (JAR, RFC 9101), the client-side
mirror of `Attesto.RequestObject.verify/3`.
- [AttestoClient.SignedIntrospection](AttestoClient.SignedIntrospection.md): Verify RFC 9701 signed token introspection responses.
- [AttestoClient.UserInfo](AttestoClient.UserInfo.md): Verify signed OpenID Connect UserInfo responses.

