adds Okta to providers/index.ts

This commit is contained in:
Christopher McCulloh 2022-04-20 12:44:08 -04:00
parent 69f64658d1
commit 52ca51f41d
No known key found for this signature in database
GPG Key ID: B276943E3A6BE196

View File

@ -9,5 +9,7 @@ export type { FacebookProfile, FacebookTokens } from "./facebook";
export { OAuth2BaseProvider } from "./oauth2.base";
export type { ProfileCallback } from "./oauth2.base";
export { OAuth2Provider } from "./oauth2";
export { OktaOAuth2Provider } from "./okta";
export type { OktaProfile, OktaTokens, OktaAddress } from "./okta";
export { RedditOAuth2Provider } from "./reddit";
export type { RedditProfile, RedditTokens } from "./reddit";