UNPKG

@blockchain-lab-um/oidc-types

Version:

Types for OIDC.

9 lines (8 loc) 1.11 kB
export { CredentialRequest, CredentialResponse, JWTProof, Proof, SupportedCredentialFormats, SupportedPresentationFormats, supportedCredentialFormats, supportedCredentialFormatsWithTypes, supportedPresentationFormats } from './credential.js'; export { CredentialSchema, IssuerServerMetadata, OPMetadata, SupportedCredential, SupportedCredentialJwtVcJson, SupportedCredentialJwtVcJsonLd, SupportedCredentialMsoMdoc, VerifierServerMetadata } from './metadata.js'; export { TokenRequest, TokenResponse } from './token.js'; export { Credential, CredentialOffer, CredentialOfferRequest, Credentials, Grants } from './credentialOffer.js'; export { AuthorizationRequest, AuthorizationResponse, PresentationDefinition, PresentationSubmission } from './authorization.js'; export { AUTHORIZATION_ERRORS, CREDENTIAL_ERRORS, ErrorObject, TOKEN_ERRORS } from './errors.js'; export { AuthorizationRequestOAuth2, AuthorizationResponseOAuth2, GRANT_TYPES, OAuth2AuthorizationServerMetadata, OAuth2ClientMetadata, TOKEN_ENDPOINT_AUTH_METHODS, TokenRequestOAuth2, TokenResponseOAuth2 } from './oauth2.js'; import '@veramo/core';