UNPKG

caccl-authorizer

Version:

Acquires Canvas tokens through via OAuth, stores refresh tokens, and refreshes access tokens when they expire.

8 lines (7 loc) 154 B
type DeveloperCredentials = { [k in string]: { clientId: string; clientSecret: string; }; }; export default DeveloperCredentials;