UNPKG

@astro-auth/providers

Version:

The providers package of the Astro Auth library

9 lines (8 loc) 175 B
const CredentialProvider = (options) => { return { id: "metamask", type: "metamask", options, }; }; export default CredentialProvider;