is not current version
Last Version 1.1.0

com.microsoft.azure:msal4j-persistence-extension 0.1

Implementation of ITokenCacheAccessAspect interface defined in Java MSAL SDK (artifactId - msal4j) for persistence of token cache in platform specific secret storage: * Win - file encrypted with DPAPI * Mac - key chain * Linux - key ring

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

msal4j-persistence-extension
Version

Version

0.1
Type

Type

jar

Download msal4j-persistence-extension 0.1


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/msal4j-persistence-extension/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>msal4j-persistence-extension</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/msal4j-persistence-extension/
implementation 'com.microsoft.azure:msal4j-persistence-extension:0.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/msal4j-persistence-extension/
implementation ("com.microsoft.azure:msal4j-persistence-extension:0.1")
'com.microsoft.azure:msal4j-persistence-extension:jar:0.1'
<dependency org="com.microsoft.azure" name="msal4j-persistence-extension" rev="0.1">
  <artifact name="msal4j-persistence-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='msal4j-persistence-extension', version='0.1')
)
libraryDependencies += "com.microsoft.azure" % "msal4j-persistence-extension" % "0.1"
[com.microsoft.azure/msal4j-persistence-extension "0.1"]