@azure/msal-browser 3.0.0-alpha.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/IPublicClientApplication.js +1 -1
- package/dist/app/PublicClientApplication.js +1 -1
- package/dist/broker/nativeBroker/NativeMessageHandler.js +1 -1
- package/dist/cache/AsyncMemoryStorage.js +1 -1
- package/dist/cache/BrowserCacheManager.js +1 -1
- package/dist/cache/BrowserStorage.js +1 -1
- package/dist/cache/CryptoKeyStore.js +1 -1
- package/dist/cache/DatabaseStorage.js +1 -1
- package/dist/cache/MemoryStorage.js +1 -1
- package/dist/cache/TokenCache.js +1 -1
- package/dist/config/Configuration.js +1 -1
- package/dist/controllers/ControllerFactory.js +1 -1
- package/dist/controllers/StandardController.js +1 -1
- package/dist/crypto/BrowserCrypto.js +1 -1
- package/dist/crypto/CryptoOps.js +1 -1
- package/dist/crypto/GuidGenerator.js +1 -1
- package/dist/crypto/ModernBrowserCrypto.js +1 -1
- package/dist/crypto/MsBrowserCrypto.js +1 -1
- package/dist/crypto/MsrBrowserCrypto.js +1 -1
- package/dist/crypto/PkceGenerator.js +1 -1
- package/dist/crypto/SignedHttpRequest.js +1 -1
- package/dist/encode/Base64Decode.js +1 -1
- package/dist/encode/Base64Encode.js +1 -1
- package/dist/error/BrowserAuthError.js +1 -1
- package/dist/error/BrowserConfigurationAuthError.js +1 -1
- package/dist/error/NativeAuthError.js +1 -1
- package/dist/event/EventHandler.js +1 -1
- package/dist/event/EventMessage.js +1 -1
- package/dist/event/EventType.js +1 -1
- package/dist/index.js +1 -1
- package/dist/interaction_client/BaseInteractionClient.js +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.js +1 -1
- package/dist/interaction_client/NativeInteractionClient.js +1 -1
- package/dist/interaction_client/PopupClient.js +1 -1
- package/dist/interaction_client/RedirectClient.js +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.js +1 -1
- package/dist/interaction_client/SilentCacheClient.js +1 -1
- package/dist/interaction_client/SilentIframeClient.js +1 -1
- package/dist/interaction_client/SilentRefreshClient.js +1 -1
- package/dist/interaction_client/StandardInteractionClient.js +1 -1
- package/dist/interaction_handler/InteractionHandler.js +1 -1
- package/dist/interaction_handler/RedirectHandler.js +1 -1
- package/dist/interaction_handler/SilentHandler.js +1 -1
- package/dist/internals.js +1 -1
- package/dist/navigation/NavigationClient.js +1 -1
- package/dist/network/FetchClient.js +1 -1
- package/dist/network/XhrClient.js +1 -1
- package/dist/operatingcontext/BaseOperatingContext.js +1 -1
- package/dist/operatingcontext/StandardOperatingContext.js +1 -1
- package/dist/operatingcontext/TeamsAppOperatingContext.js +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/telemetry/BrowserPerformanceClient.js +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.js +1 -1
- package/dist/utils/BrowserConstants.js +1 -1
- package/dist/utils/BrowserProtocolUtils.js +1 -1
- package/dist/utils/BrowserStringUtils.js +1 -1
- package/dist/utils/BrowserUtils.js +1 -1
- package/dist/utils/MathUtils.js +1 -1
- package/package.json +5 -8
- package/node_modules/@azure/msal-common/LICENSE +0 -21
- package/node_modules/@azure/msal-common/README.md +0 -62
- package/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts +0 -32
- package/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts +0 -21
- package/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/AuthToken.js +0 -56
- package/node_modules/@azure/msal-common/dist/account/AuthToken.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts +0 -9
- package/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/CcsCredential.js +0 -14
- package/node_modules/@azure/msal-common/dist/account/CcsCredential.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts +0 -15
- package/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts +0 -20
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.js +0 -46
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/DecodedAuthToken.d.ts +0 -9
- package/node_modules/@azure/msal-common/dist/account/DecodedAuthToken.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts +0 -66
- package/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/Authority.d.ts +0 -216
- package/node_modules/@azure/msal-common/dist/authority/Authority.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/Authority.js +0 -688
- package/node_modules/@azure/msal-common/dist/authority/Authority.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts +0 -31
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.js +0 -58
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts +0 -623
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.js +0 -881
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts +0 -19
- package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.js +0 -24
- package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts +0 -10
- package/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityType.js +0 -19
- package/node_modules/@azure/msal-common/dist/authority/AuthorityType.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts +0 -2
- package/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts +0 -6
- package/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts +0 -6
- package/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.js +0 -13
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.js +0 -13
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts +0 -6
- package/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts +0 -12
- package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.js +0 -15
- package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts +0 -8
- package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.js +0 -17
- package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts +0 -31
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.js +0 -116
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts +0 -7
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -16
- package/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts +0 -444
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.js +0 -1024
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts +0 -57
- package/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.js +0 -123
- package/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts +0 -100
- package/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.js +0 -259
- package/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts +0 -40
- package/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.js +0 -73
- package/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts +0 -48
- package/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.js +0 -85
- package/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts +0 -14
- package/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.js +0 -18
- package/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts +0 -89
- package/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.js +0 -144
- package/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts +0 -35
- package/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.js +0 -64
- package/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts +0 -37
- package/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.js +0 -67
- package/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts +0 -13
- package/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.js +0 -34
- package/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts +0 -14
- package/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.js +0 -30
- package/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts +0 -166
- package/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts +0 -6
- package/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts +0 -5
- package/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts +0 -24
- package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.js +0 -30
- package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts +0 -63
- package/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts +0 -72
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.js +0 -453
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts +0 -51
- package/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/BaseClient.js +0 -107
- package/node_modules/@azure/msal-common/dist/client/BaseClient.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts +0 -35
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.js +0 -260
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts +0 -25
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.js +0 -108
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts +0 -39
- package/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts +0 -134
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.js +0 -101
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts +0 -63
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.js +0 -49
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts +0 -5
- package/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts +0 -22
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.js +0 -44
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts +0 -58
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.js +0 -92
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts +0 -12
- package/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/AuthError.d.ts +0 -48
- package/node_modules/@azure/msal-common/dist/error/AuthError.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/AuthError.js +0 -58
- package/node_modules/@azure/msal-common/dist/error/AuthError.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts +0 -413
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.js +0 -526
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts +0 -199
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.js +0 -256
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts +0 -60
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.js +0 -86
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts +0 -29
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.js +0 -46
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/ServerError.d.ts +0 -8
- package/node_modules/@azure/msal-common/dist/error/ServerError.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/error/ServerError.js +0 -21
- package/node_modules/@azure/msal-common/dist/error/ServerError.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/index.cjs.js +0 -8975
- package/node_modules/@azure/msal-common/dist/index.cjs.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/index.d.ts +0 -94
- package/node_modules/@azure/msal-common/dist/index.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/index.js +0 -54
- package/node_modules/@azure/msal-common/dist/index.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/logger/Logger.d.ts +0 -96
- package/node_modules/@azure/msal-common/dist/logger/Logger.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/logger/Logger.js +0 -205
- package/node_modules/@azure/msal-common/dist/logger/Logger.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts +0 -30
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.js +0 -21
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/NetworkManager.d.ts +0 -33
- package/node_modules/@azure/msal-common/dist/network/NetworkManager.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/NetworkManager.js +0 -42
- package/node_modules/@azure/msal-common/dist/network/NetworkManager.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts +0 -17
- package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts +0 -42
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.js +0 -102
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/packageMetadata.d.ts +0 -3
- package/node_modules/@azure/msal-common/dist/packageMetadata.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/packageMetadata.js +0 -8
- package/node_modules/@azure/msal-common/dist/packageMetadata.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts +0 -20
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.js +0 -63
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts +0 -38
- package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts +0 -28
- package/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts +0 -51
- package/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts +0 -18
- package/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts +0 -22
- package/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts +0 -20
- package/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts +0 -19
- package/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts +0 -20
- package/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts +0 -6
- package/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts +0 -217
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.js +0 -385
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/RequestValidator.d.ts +0 -34
- package/node_modules/@azure/msal-common/dist/request/RequestValidator.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/RequestValidator.js +0 -92
- package/node_modules/@azure/msal-common/dist/request/RequestValidator.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts +0 -89
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.js +0 -207
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts +0 -40
- package/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts +0 -14
- package/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts +0 -26
- package/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts +0 -16
- package/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts +0 -5
- package/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts +0 -73
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.js +0 -325
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/ServerAuthorizationCodeResponse.d.ts +0 -26
- package/node_modules/@azure/msal-common/dist/response/ServerAuthorizationCodeResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts +0 -45
- package/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts +0 -43
- package/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
- package/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts +0 -190
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.js +0 -413
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts +0 -440
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.js +0 -232
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts +0 -20
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.js +0 -43
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts +0 -66
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.js +0 -206
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/url/IUri.d.ts +0 -13
- package/node_modules/@azure/msal-common/dist/url/IUri.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/url/UrlString.d.ts +0 -71
- package/node_modules/@azure/msal-common/dist/url/UrlString.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/url/UrlString.js +0 -252
- package/node_modules/@azure/msal-common/dist/url/UrlString.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/Constants.d.ts +0 -332
- package/node_modules/@azure/msal-common/dist/utils/Constants.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/Constants.js +0 -378
- package/node_modules/@azure/msal-common/dist/utils/Constants.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts +0 -7
- package/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts +0 -43
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.js +0 -80
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts +0 -54
- package/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/StringUtils.js +0 -131
- package/node_modules/@azure/msal-common/dist/utils/StringUtils.js.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts +0 -28
- package/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@azure/msal-common/dist/utils/TimeUtils.js +0 -50
- package/node_modules/@azure/msal-common/dist/utils/TimeUtils.js.map +0 -1
- package/node_modules/@azure/msal-common/package.json +0 -79
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { TokenClaims } from "./TokenClaims";
|
|
2
|
-
import { ICrypto } from "../crypto/ICrypto";
|
|
3
|
-
/**
|
|
4
|
-
* JWT Token representation class. Parses token string and generates claims object.
|
|
5
|
-
*/
|
|
6
|
-
export declare class AuthToken {
|
|
7
|
-
rawToken: string;
|
|
8
|
-
claims: TokenClaims;
|
|
9
|
-
constructor(rawToken: string, crypto: ICrypto);
|
|
10
|
-
/**
|
|
11
|
-
* Extract token by decoding the rawToken
|
|
12
|
-
*
|
|
13
|
-
* @param encodedToken
|
|
14
|
-
*/
|
|
15
|
-
static extractTokenClaims(encodedToken: string, crypto: ICrypto): TokenClaims;
|
|
16
|
-
/**
|
|
17
|
-
* Determine if the token's max_age has transpired
|
|
18
|
-
*/
|
|
19
|
-
static checkMaxAge(authTime: number, maxAge: number): void;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=AuthToken.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthToken.d.ts","sourceRoot":"","sources":["../../src/account/AuthToken.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAI5C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C;;GAEG;AACH,qBAAa,SAAS;IAElB,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,EAAE,WAAW,CAAC;gBACR,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO;IAS7C;;;;OAIG;IACH,MAAM,CAAC,kBAAkB,CACrB,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,OAAO,GAChB,WAAW;IAgBd;;OAEG;IACH,MAAM,CAAC,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;CAW7D"}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/*! @azure/msal-common v14.0.0 2023-05-03 */
|
|
2
|
-
'use strict';
|
|
3
|
-
import { ClientAuthError } from '../error/ClientAuthError.js';
|
|
4
|
-
import { StringUtils } from '../utils/StringUtils.js';
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8
|
-
* Licensed under the MIT License.
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* JWT Token representation class. Parses token string and generates claims object.
|
|
12
|
-
*/
|
|
13
|
-
class AuthToken {
|
|
14
|
-
constructor(rawToken, crypto) {
|
|
15
|
-
if (StringUtils.isEmpty(rawToken)) {
|
|
16
|
-
throw ClientAuthError.createTokenNullOrEmptyError(rawToken);
|
|
17
|
-
}
|
|
18
|
-
this.rawToken = rawToken;
|
|
19
|
-
this.claims = AuthToken.extractTokenClaims(rawToken, crypto);
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Extract token by decoding the rawToken
|
|
23
|
-
*
|
|
24
|
-
* @param encodedToken
|
|
25
|
-
*/
|
|
26
|
-
static extractTokenClaims(encodedToken, crypto) {
|
|
27
|
-
const decodedToken = StringUtils.decodeAuthToken(encodedToken);
|
|
28
|
-
// token will be decoded to get the username
|
|
29
|
-
try {
|
|
30
|
-
const base64TokenPayload = decodedToken.JWSPayload;
|
|
31
|
-
// base64Decode() should throw an error if there is an issue
|
|
32
|
-
const base64Decoded = crypto.base64Decode(base64TokenPayload);
|
|
33
|
-
return JSON.parse(base64Decoded);
|
|
34
|
-
}
|
|
35
|
-
catch (err) {
|
|
36
|
-
throw ClientAuthError.createTokenParsingError(err);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Determine if the token's max_age has transpired
|
|
41
|
-
*/
|
|
42
|
-
static checkMaxAge(authTime, maxAge) {
|
|
43
|
-
/*
|
|
44
|
-
* per https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
|
|
45
|
-
* To force an immediate re-authentication: If an app requires that a user re-authenticate prior to access,
|
|
46
|
-
* provide a value of 0 for the max_age parameter and the AS will force a fresh login.
|
|
47
|
-
*/
|
|
48
|
-
const fiveMinuteSkew = 300000; // five minutes in milliseconds
|
|
49
|
-
if (maxAge === 0 || Date.now() - fiveMinuteSkew > authTime + maxAge) {
|
|
50
|
-
throw ClientAuthError.createMaxAgeTranspiredError();
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export { AuthToken };
|
|
56
|
-
//# sourceMappingURL=AuthToken.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthToken.js","sources":["../../src/account/AuthToken.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAAA;;;AAGG;AAQH;;AAEG;MACU,SAAS,CAAA;IAKlB,WAAY,CAAA,QAAgB,EAAE,MAAe,EAAA;AACzC,QAAA,IAAI,WAAW,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;AAC/B,YAAA,MAAM,eAAe,CAAC,2BAA2B,CAAC,QAAQ,CAAC,CAAC;AAC/D,SAAA;AAED,QAAA,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;KAChE;AAED;;;;AAIG;AACH,IAAA,OAAO,kBAAkB,CACrB,YAAoB,EACpB,MAAe,EAAA;QAEf,MAAM,YAAY,GACd,WAAW,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC;;QAG9C,IAAI;AACA,YAAA,MAAM,kBAAkB,GAAG,YAAY,CAAC,UAAU,CAAC;;YAGnD,MAAM,aAAa,GAAG,MAAM,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC;AAC9D,YAAA,OAAO,IAAI,CAAC,KAAK,CAAC,aAAa,CAAgB,CAAC;AACnD,SAAA;AAAC,QAAA,OAAO,GAAG,EAAE;AACV,YAAA,MAAM,eAAe,CAAC,uBAAuB,CAAC,GAAa,CAAC,CAAC;AAChE,SAAA;KACJ;AAED;;AAEG;AACH,IAAA,OAAO,WAAW,CAAC,QAAgB,EAAE,MAAc,EAAA;AAC/C;;;;AAIG;AACH,QAAA,MAAM,cAAc,GAAG,MAAM,CAAC;AAC9B,QAAA,IAAI,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,cAAc,GAAG,QAAQ,GAAG,MAAM,EAAE;AACjE,YAAA,MAAM,eAAe,CAAC,2BAA2B,EAAE,CAAC;AACvD,SAAA;KACJ;AACJ;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CcsCredential.d.ts","sourceRoot":"","sources":["../../src/account/CcsCredential.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,aAAa,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,iBAAiB,CAAC;CAC3B,CAAC;AAEF,oBAAY,iBAAiB;IACzB,eAAe,oBAAoB;IACnC,GAAG,QAAQ;CACd"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*! @azure/msal-common v14.0.0 2023-05-03 */
|
|
2
|
-
'use strict';
|
|
3
|
-
/*
|
|
4
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5
|
-
* Licensed under the MIT License.
|
|
6
|
-
*/
|
|
7
|
-
var CcsCredentialType;
|
|
8
|
-
(function (CcsCredentialType) {
|
|
9
|
-
CcsCredentialType["HOME_ACCOUNT_ID"] = "home_account_id";
|
|
10
|
-
CcsCredentialType["UPN"] = "UPN";
|
|
11
|
-
})(CcsCredentialType || (CcsCredentialType = {}));
|
|
12
|
-
|
|
13
|
-
export { CcsCredentialType };
|
|
14
|
-
//# sourceMappingURL=CcsCredential.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CcsCredential.js","sources":["../../src/account/CcsCredential.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;IAOS,kBAGX;AAHD,CAAA,UAAY,iBAAiB,EAAA;AACzB,IAAA,iBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;AACnC,IAAA,iBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACf,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,GAG5B,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Client Assertion credential for Confidential Clients
|
|
3
|
-
*/
|
|
4
|
-
export type ClientAssertion = {
|
|
5
|
-
assertion: string;
|
|
6
|
-
assertionType: string;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Client Credentials set for Confidential Clients
|
|
10
|
-
*/
|
|
11
|
-
export type ClientCredentials = {
|
|
12
|
-
clientSecret?: string;
|
|
13
|
-
clientAssertion?: ClientAssertion;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=ClientCredentials.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClientCredentials.d.ts","sourceRoot":"","sources":["../../src/account/ClientCredentials.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;CACrC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ICrypto } from "../crypto/ICrypto";
|
|
2
|
-
/**
|
|
3
|
-
* Client info object which consists of two IDs. Need to add more info here.
|
|
4
|
-
*/
|
|
5
|
-
export type ClientInfo = {
|
|
6
|
-
uid: string;
|
|
7
|
-
utid: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Function to build a client info object from server clientInfo string
|
|
11
|
-
* @param rawClientInfo
|
|
12
|
-
* @param crypto
|
|
13
|
-
*/
|
|
14
|
-
export declare function buildClientInfo(rawClientInfo: string, crypto: ICrypto): ClientInfo;
|
|
15
|
-
/**
|
|
16
|
-
* Function to build a client info object from cached homeAccountId string
|
|
17
|
-
* @param homeAccountId
|
|
18
|
-
*/
|
|
19
|
-
export declare function buildClientInfoFromHomeAccountId(homeAccountId: string): ClientInfo;
|
|
20
|
-
//# sourceMappingURL=ClientInfo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClientInfo.d.ts","sourceRoot":"","sources":["../../src/account/ClientInfo.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,eAAe,CAC3B,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,OAAO,GAChB,UAAU,CAaZ;AAED;;;GAGG;AACH,wBAAgB,gCAAgC,CAC5C,aAAa,EAAE,MAAM,GACtB,UAAU,CAiBZ"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/*! @azure/msal-common v14.0.0 2023-05-03 */
|
|
2
|
-
'use strict';
|
|
3
|
-
import { ClientAuthError } from '../error/ClientAuthError.js';
|
|
4
|
-
import { StringUtils } from '../utils/StringUtils.js';
|
|
5
|
-
import { Separators, Constants } from '../utils/Constants.js';
|
|
6
|
-
|
|
7
|
-
/*
|
|
8
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
-
* Licensed under the MIT License.
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* Function to build a client info object from server clientInfo string
|
|
13
|
-
* @param rawClientInfo
|
|
14
|
-
* @param crypto
|
|
15
|
-
*/
|
|
16
|
-
function buildClientInfo(rawClientInfo, crypto) {
|
|
17
|
-
if (StringUtils.isEmpty(rawClientInfo)) {
|
|
18
|
-
throw ClientAuthError.createClientInfoEmptyError();
|
|
19
|
-
}
|
|
20
|
-
try {
|
|
21
|
-
const decodedClientInfo = crypto.base64Decode(rawClientInfo);
|
|
22
|
-
return JSON.parse(decodedClientInfo);
|
|
23
|
-
}
|
|
24
|
-
catch (e) {
|
|
25
|
-
throw ClientAuthError.createClientInfoDecodingError(e.message);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Function to build a client info object from cached homeAccountId string
|
|
30
|
-
* @param homeAccountId
|
|
31
|
-
*/
|
|
32
|
-
function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
33
|
-
if (StringUtils.isEmpty(homeAccountId)) {
|
|
34
|
-
throw ClientAuthError.createClientInfoDecodingError("Home account ID was empty.");
|
|
35
|
-
}
|
|
36
|
-
const clientInfoParts = homeAccountId.split(Separators.CLIENT_INFO_SEPARATOR, 2);
|
|
37
|
-
return {
|
|
38
|
-
uid: clientInfoParts[0],
|
|
39
|
-
utid: clientInfoParts.length < 2
|
|
40
|
-
? Constants.EMPTY_STRING
|
|
41
|
-
: clientInfoParts[1],
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export { buildClientInfo, buildClientInfoFromHomeAccountId };
|
|
46
|
-
//# sourceMappingURL=ClientInfo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClientInfo.js","sources":["../../src/account/ClientInfo.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;AAAA;;;AAGG;AAeH;;;;AAIG;AACa,SAAA,eAAe,CAC3B,aAAqB,EACrB,MAAe,EAAA;AAEf,IAAA,IAAI,WAAW,CAAC,OAAO,CAAC,aAAa,CAAC,EAAE;AACpC,QAAA,MAAM,eAAe,CAAC,0BAA0B,EAAE,CAAC;AACtD,KAAA;IAED,IAAI;QACA,MAAM,iBAAiB,GAAW,MAAM,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC;AACrE,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAe,CAAC;AACtD,KAAA;AAAC,IAAA,OAAO,CAAC,EAAE;QACR,MAAM,eAAe,CAAC,6BAA6B,CAC9C,CAAqB,CAAC,OAAO,CACjC,CAAC;AACL,KAAA;AACL,CAAC;AAED;;;AAGG;AACG,SAAU,gCAAgC,CAC5C,aAAqB,EAAA;AAErB,IAAA,IAAI,WAAW,CAAC,OAAO,CAAC,aAAa,CAAC,EAAE;AACpC,QAAA,MAAM,eAAe,CAAC,6BAA6B,CAC/C,4BAA4B,CAC/B,CAAC;AACL,KAAA;AACD,IAAA,MAAM,eAAe,GAAa,aAAa,CAAC,KAAK,CACjD,UAAU,CAAC,qBAAqB,EAChC,CAAC,CACJ,CAAC;IACF,OAAO;AACH,QAAA,GAAG,EAAE,eAAe,CAAC,CAAC,CAAC;AACvB,QAAA,IAAI,EACA,eAAe,CAAC,MAAM,GAAG,CAAC;cACpB,SAAS,CAAC,YAAY;AACxB,cAAE,eAAe,CAAC,CAAC,CAAC;KAC/B,CAAC;AACN;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DecodedAuthToken.d.ts","sourceRoot":"","sources":["../../src/account/DecodedAuthToken.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Type which describes Id Token claims known by MSAL.
|
|
3
|
-
*/
|
|
4
|
-
export type TokenClaims = {
|
|
5
|
-
/**
|
|
6
|
-
* Audience
|
|
7
|
-
*/
|
|
8
|
-
aud?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Issuer
|
|
11
|
-
*/
|
|
12
|
-
iss?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Issued at
|
|
15
|
-
*/
|
|
16
|
-
iat?: number;
|
|
17
|
-
/**
|
|
18
|
-
* Not valid before
|
|
19
|
-
*/
|
|
20
|
-
nbf?: number;
|
|
21
|
-
/**
|
|
22
|
-
* Immutable object identifier, this ID uniquely identifies the user across applications
|
|
23
|
-
*/
|
|
24
|
-
oid?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Immutable subject identifier, this is a pairwise identifier - it is unique to a particular application ID
|
|
27
|
-
*/
|
|
28
|
-
sub?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Users' tenant or '9188040d-6c67-4c5b-b112-36a304b66dad' for personal accounts.
|
|
31
|
-
*/
|
|
32
|
-
tid?: string;
|
|
33
|
-
ver?: string;
|
|
34
|
-
upn?: string;
|
|
35
|
-
preferred_username?: string;
|
|
36
|
-
login_hint?: string;
|
|
37
|
-
emails?: string[];
|
|
38
|
-
name?: string;
|
|
39
|
-
nonce?: string;
|
|
40
|
-
/**
|
|
41
|
-
* Expiration
|
|
42
|
-
*/
|
|
43
|
-
exp?: number;
|
|
44
|
-
home_oid?: string;
|
|
45
|
-
sid?: string;
|
|
46
|
-
cloud_instance_host_name?: string;
|
|
47
|
-
cnf?: {
|
|
48
|
-
kid: string;
|
|
49
|
-
};
|
|
50
|
-
x5c_ca?: string[];
|
|
51
|
-
ts?: number;
|
|
52
|
-
at?: string;
|
|
53
|
-
u?: string;
|
|
54
|
-
p?: string;
|
|
55
|
-
m?: string;
|
|
56
|
-
roles?: string[];
|
|
57
|
-
amr?: string[];
|
|
58
|
-
idp?: string;
|
|
59
|
-
auth_time?: number;
|
|
60
|
-
/**
|
|
61
|
-
* Region of the resource tenant
|
|
62
|
-
*/
|
|
63
|
-
tenant_region_scope?: string;
|
|
64
|
-
tenant_region_sub_scope?: string;
|
|
65
|
-
};
|
|
66
|
-
//# sourceMappingURL=TokenClaims.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TokenClaims.d.ts","sourceRoot":"","sources":["../../src/account/TokenClaims.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACtB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,GAAG,CAAC,EAAE;QACF,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC"}
|
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
import { AuthorityType } from "./AuthorityType";
|
|
2
|
-
import { OpenIdConfigResponse } from "./OpenIdConfigResponse";
|
|
3
|
-
import { IUri } from "../url/IUri";
|
|
4
|
-
import { INetworkModule } from "../network/INetworkModule";
|
|
5
|
-
import { ProtocolMode } from "./ProtocolMode";
|
|
6
|
-
import { ICacheManager } from "../cache/interface/ICacheManager";
|
|
7
|
-
import { AuthorityOptions } from "./AuthorityOptions";
|
|
8
|
-
import { CloudDiscoveryMetadata } from "./CloudDiscoveryMetadata";
|
|
9
|
-
import { RegionDiscoveryMetadata } from "./RegionDiscoveryMetadata";
|
|
10
|
-
import { AzureCloudOptions } from "../config/ClientConfiguration";
|
|
11
|
-
import { Logger } from "../logger/Logger";
|
|
12
|
-
import { IPerformanceClient } from "../telemetry/performance/IPerformanceClient";
|
|
13
|
-
/**
|
|
14
|
-
* The authority class validates the authority URIs used by the user, and retrieves the OpenID Configuration Data from the
|
|
15
|
-
* endpoint. It will store the pertinent config data in this object for use during token calls.
|
|
16
|
-
*/
|
|
17
|
-
export declare class Authority {
|
|
18
|
-
private _canonicalAuthority;
|
|
19
|
-
private _canonicalAuthorityUrlComponents;
|
|
20
|
-
protected networkInterface: INetworkModule;
|
|
21
|
-
protected cacheManager: ICacheManager;
|
|
22
|
-
private authorityOptions;
|
|
23
|
-
private metadata;
|
|
24
|
-
private regionDiscovery;
|
|
25
|
-
regionDiscoveryMetadata: RegionDiscoveryMetadata;
|
|
26
|
-
private logger;
|
|
27
|
-
protected performanceClient: IPerformanceClient | undefined;
|
|
28
|
-
protected correlationId: string | undefined;
|
|
29
|
-
constructor(authority: string, networkInterface: INetworkModule, cacheManager: ICacheManager, authorityOptions: AuthorityOptions, logger: Logger, performanceClient?: IPerformanceClient, correlationId?: string);
|
|
30
|
-
get authorityType(): AuthorityType;
|
|
31
|
-
/**
|
|
32
|
-
* ProtocolMode enum representing the way endpoints are constructed.
|
|
33
|
-
*/
|
|
34
|
-
get protocolMode(): ProtocolMode;
|
|
35
|
-
/**
|
|
36
|
-
* Returns authorityOptions which can be used to reinstantiate a new authority instance
|
|
37
|
-
*/
|
|
38
|
-
get options(): AuthorityOptions;
|
|
39
|
-
/**
|
|
40
|
-
* A URL that is the authority set by the developer
|
|
41
|
-
*/
|
|
42
|
-
get canonicalAuthority(): string;
|
|
43
|
-
/**
|
|
44
|
-
* Sets canonical authority.
|
|
45
|
-
*/
|
|
46
|
-
set canonicalAuthority(url: string);
|
|
47
|
-
/**
|
|
48
|
-
* Get authority components.
|
|
49
|
-
*/
|
|
50
|
-
get canonicalAuthorityUrlComponents(): IUri;
|
|
51
|
-
/**
|
|
52
|
-
* Get hostname and port i.e. login.microsoftonline.com
|
|
53
|
-
*/
|
|
54
|
-
get hostnameAndPort(): string;
|
|
55
|
-
/**
|
|
56
|
-
* Get tenant for authority.
|
|
57
|
-
*/
|
|
58
|
-
get tenant(): string;
|
|
59
|
-
/**
|
|
60
|
-
* OAuth /authorize endpoint for requests
|
|
61
|
-
*/
|
|
62
|
-
get authorizationEndpoint(): string;
|
|
63
|
-
/**
|
|
64
|
-
* OAuth /token endpoint for requests
|
|
65
|
-
*/
|
|
66
|
-
get tokenEndpoint(): string;
|
|
67
|
-
get deviceCodeEndpoint(): string;
|
|
68
|
-
/**
|
|
69
|
-
* OAuth logout endpoint for requests
|
|
70
|
-
*/
|
|
71
|
-
get endSessionEndpoint(): string;
|
|
72
|
-
/**
|
|
73
|
-
* OAuth issuer for requests
|
|
74
|
-
*/
|
|
75
|
-
get selfSignedJwtAudience(): string;
|
|
76
|
-
/**
|
|
77
|
-
* Jwks_uri for token signing keys
|
|
78
|
-
*/
|
|
79
|
-
get jwksUri(): string;
|
|
80
|
-
/**
|
|
81
|
-
* Replaces tenant in url path with current tenant. Defaults to common.
|
|
82
|
-
* @param urlString
|
|
83
|
-
*/
|
|
84
|
-
private replaceTenant;
|
|
85
|
-
/**
|
|
86
|
-
* Replaces path such as tenant or policy with the current tenant or policy.
|
|
87
|
-
* @param urlString
|
|
88
|
-
*/
|
|
89
|
-
private replacePath;
|
|
90
|
-
/**
|
|
91
|
-
* The default open id configuration endpoint for any canonical authority.
|
|
92
|
-
*/
|
|
93
|
-
protected get defaultOpenIdConfigurationEndpoint(): string;
|
|
94
|
-
/**
|
|
95
|
-
* Boolean that returns whethr or not tenant discovery has been completed.
|
|
96
|
-
*/
|
|
97
|
-
discoveryComplete(): boolean;
|
|
98
|
-
/**
|
|
99
|
-
* Perform endpoint discovery to discover aliases, preferred_cache, preferred_network
|
|
100
|
-
* and the /authorize, /token and logout endpoints.
|
|
101
|
-
*/
|
|
102
|
-
resolveEndpointsAsync(): Promise<void>;
|
|
103
|
-
/**
|
|
104
|
-
* Update AuthorityMetadataEntity with new endpoints and return where the information came from
|
|
105
|
-
* @param metadataEntity
|
|
106
|
-
*/
|
|
107
|
-
private updateEndpointMetadata;
|
|
108
|
-
/**
|
|
109
|
-
* Compares the number of url components after the domain to determine if the cached
|
|
110
|
-
* authority metadata can be used for the requested authority. Protects against same domain different
|
|
111
|
-
* authority such as login.microsoftonline.com/tenant and login.microsoftonline.com/tfp/tenant/policy
|
|
112
|
-
* @param metadataEntity
|
|
113
|
-
*/
|
|
114
|
-
private isAuthoritySameType;
|
|
115
|
-
/**
|
|
116
|
-
* Parse authorityMetadata config option
|
|
117
|
-
*/
|
|
118
|
-
private getEndpointMetadataFromConfig;
|
|
119
|
-
/**
|
|
120
|
-
* Gets OAuth endpoints from the given OpenID configuration endpoint.
|
|
121
|
-
*
|
|
122
|
-
* @param hasHardcodedMetadata boolean
|
|
123
|
-
*/
|
|
124
|
-
private getEndpointMetadataFromNetwork;
|
|
125
|
-
/**
|
|
126
|
-
* Get OAuth endpoints for common authorities.
|
|
127
|
-
*/
|
|
128
|
-
private getEndpointMetadataFromHardcodedValues;
|
|
129
|
-
/**
|
|
130
|
-
* Update the retrieved metadata with regional information.
|
|
131
|
-
*/
|
|
132
|
-
private updateMetadataWithRegionalInformation;
|
|
133
|
-
/**
|
|
134
|
-
* Updates the AuthorityMetadataEntity with new aliases, preferred_network and preferred_cache
|
|
135
|
-
* and returns where the information was retrieved from
|
|
136
|
-
* @param metadataEntity
|
|
137
|
-
* @returns AuthorityMetadataSource
|
|
138
|
-
*/
|
|
139
|
-
private updateCloudDiscoveryMetadata;
|
|
140
|
-
/**
|
|
141
|
-
* Parse cloudDiscoveryMetadata config or check knownAuthorities
|
|
142
|
-
*/
|
|
143
|
-
private getCloudDiscoveryMetadataFromConfig;
|
|
144
|
-
/**
|
|
145
|
-
* Called to get metadata from network if CloudDiscoveryMetadata was not populated by config
|
|
146
|
-
*
|
|
147
|
-
* @param hasHardcodedMetadata boolean
|
|
148
|
-
*/
|
|
149
|
-
private getCloudDiscoveryMetadataFromNetwork;
|
|
150
|
-
/**
|
|
151
|
-
* Get cloud discovery metadata for common authorities
|
|
152
|
-
*/
|
|
153
|
-
private getCloudDiscoveryMetadataFromHarcodedValues;
|
|
154
|
-
/**
|
|
155
|
-
* Helper function to determine if this host is included in the knownAuthorities config option
|
|
156
|
-
*/
|
|
157
|
-
private isInKnownAuthorities;
|
|
158
|
-
/**
|
|
159
|
-
* helper function to populate the authority based on azureCloudOptions
|
|
160
|
-
* @param authorityString
|
|
161
|
-
* @param azureCloudOptions
|
|
162
|
-
*/
|
|
163
|
-
static generateAuthority(authorityString: string, azureCloudOptions?: AzureCloudOptions): string;
|
|
164
|
-
/**
|
|
165
|
-
* Creates cloud discovery metadata object from a given host
|
|
166
|
-
* @param host
|
|
167
|
-
*/
|
|
168
|
-
static createCloudDiscoveryMetadataFromHost(host: string): CloudDiscoveryMetadata;
|
|
169
|
-
/**
|
|
170
|
-
* Searches instance discovery network response for the entry that contains the host in the aliases list
|
|
171
|
-
* @param response
|
|
172
|
-
* @param authority
|
|
173
|
-
*/
|
|
174
|
-
static getCloudDiscoveryMetadataFromNetworkResponse(response: CloudDiscoveryMetadata[], authority: string): CloudDiscoveryMetadata | null;
|
|
175
|
-
/**
|
|
176
|
-
* helper function to generate environment from authority object
|
|
177
|
-
*/
|
|
178
|
-
getPreferredCache(): string;
|
|
179
|
-
/**
|
|
180
|
-
* Returns whether or not the provided host is an alias of this authority instance
|
|
181
|
-
* @param host
|
|
182
|
-
*/
|
|
183
|
-
isAlias(host: string): boolean;
|
|
184
|
-
/**
|
|
185
|
-
* Checks whether the provided host is that of a public cloud authority
|
|
186
|
-
*
|
|
187
|
-
* @param authority string
|
|
188
|
-
* @returns bool
|
|
189
|
-
*/
|
|
190
|
-
static isPublicCloudAuthority(host: string): boolean;
|
|
191
|
-
/**
|
|
192
|
-
* Rebuild the authority string with the region
|
|
193
|
-
*
|
|
194
|
-
* @param host string
|
|
195
|
-
* @param region string
|
|
196
|
-
*/
|
|
197
|
-
static buildRegionalAuthorityString(host: string, region: string, queryString?: string): string;
|
|
198
|
-
/**
|
|
199
|
-
* Replace the endpoints in the metadata object with their regional equivalents.
|
|
200
|
-
*
|
|
201
|
-
* @param metadata OpenIdConfigResponse
|
|
202
|
-
* @param azureRegion string
|
|
203
|
-
*/
|
|
204
|
-
static replaceWithRegionalInformation(metadata: OpenIdConfigResponse, azureRegion: string): OpenIdConfigResponse;
|
|
205
|
-
/**
|
|
206
|
-
* Transform CIAM_AUTHORIY as per the below rules:
|
|
207
|
-
* If no path segments found and it is a CIAM authority (hostname ends with .ciamlogin.com), then transform it
|
|
208
|
-
*
|
|
209
|
-
* NOTE: The transformation path should go away once STS supports CIAM with the format: `tenantIdorDomain.ciamlogin.com`
|
|
210
|
-
* `ciamlogin.com` can also change in the future and we should accommodate the same
|
|
211
|
-
*
|
|
212
|
-
* @param authority
|
|
213
|
-
*/
|
|
214
|
-
static transformCIAMAuthority(authority: string): string;
|
|
215
|
-
}
|
|
216
|
-
//# sourceMappingURL=Authority.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Authority.d.ts","sourceRoot":"","sources":["../../src/authority/Authority.ts"],"names":[],"mappings":"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"}
|