@sisyphus.js/google
Version:
Precompiled google common protos by sisyphus protobuf compiler
28 lines • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthRequirement = exports.OAuthRequirements = exports.AuthProvider = exports.JwtLocation = exports.AuthenticationRule = exports.Authentication = void 0;
var Authentication;
(function (Authentication) {
Authentication.name = 'google.api.Authentication';
})(Authentication || (exports.Authentication = Authentication = {}));
var AuthenticationRule;
(function (AuthenticationRule) {
AuthenticationRule.name = 'google.api.AuthenticationRule';
})(AuthenticationRule || (exports.AuthenticationRule = AuthenticationRule = {}));
var JwtLocation;
(function (JwtLocation) {
JwtLocation.name = 'google.api.JwtLocation';
})(JwtLocation || (exports.JwtLocation = JwtLocation = {}));
var AuthProvider;
(function (AuthProvider) {
AuthProvider.name = 'google.api.AuthProvider';
})(AuthProvider || (exports.AuthProvider = AuthProvider = {}));
var OAuthRequirements;
(function (OAuthRequirements) {
OAuthRequirements.name = 'google.api.OAuthRequirements';
})(OAuthRequirements || (exports.OAuthRequirements = OAuthRequirements = {}));
var AuthRequirement;
(function (AuthRequirement) {
AuthRequirement.name = 'google.api.AuthRequirement';
})(AuthRequirement || (exports.AuthRequirement = AuthRequirement = {}));
//# sourceMappingURL=auth.js.map