mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-20 19:07:20 +01:00
adds Okta to providers/index.ts
This commit is contained in:
parent
69f64658d1
commit
52ca51f41d
@ -9,5 +9,7 @@ export type { FacebookProfile, FacebookTokens } from "./facebook";
|
|||||||
export { OAuth2BaseProvider } from "./oauth2.base";
|
export { OAuth2BaseProvider } from "./oauth2.base";
|
||||||
export type { ProfileCallback } from "./oauth2.base";
|
export type { ProfileCallback } from "./oauth2.base";
|
||||||
export { OAuth2Provider } from "./oauth2";
|
export { OAuth2Provider } from "./oauth2";
|
||||||
|
export { OktaOAuth2Provider } from "./okta";
|
||||||
|
export type { OktaProfile, OktaTokens, OktaAddress } from "./okta";
|
||||||
export { RedditOAuth2Provider } from "./reddit";
|
export { RedditOAuth2Provider } from "./reddit";
|
||||||
export type { RedditProfile, RedditTokens } from "./reddit";
|
export type { RedditProfile, RedditTokens } from "./reddit";
|
||||||
|
Loading…
Reference in New Issue
Block a user