6 lines
240 B
JavaScript
6 lines
240 B
JavaScript
"use strict";
|
|
/**
|
|
* An identity provider is responsible for providing a token that can be used to authenticate with a service.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
//# sourceMappingURL=identity-provider.js.map
|