MCPcopy Index your code
hub / github.com/auth0/angular2-jwt / JwtModuleOptions

Interface JwtModuleOptions

projects/angular-jwt/src/lib/angular-jwt.module.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface JwtModuleOptions {
26 jwtOptionsProvider?: Provider;
27 config?: JwtConfig;
28}
29
30@NgModule()
31export class JwtModule {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected