Share via


ITokenCacheItemProvider.GetTokenFromTokenCache Method

Definition

Overloads

GetTokenFromTokenCache(TokenCache, String)
GetTokenFromTokenCache(TokenCache, String, String)

GetTokenFromTokenCache(TokenCache, String)

public string GetTokenFromTokenCache (Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache tokenCache, string uniqueId);
abstract member GetTokenFromTokenCache : Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache * string -> string
Public Function GetTokenFromTokenCache (tokenCache As TokenCache, uniqueId As String) As String

Parameters

tokenCache
Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
uniqueId
String

Returns

Applies to

GetTokenFromTokenCache(TokenCache, String, String)

public string GetTokenFromTokenCache (Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache tokenCache, string uniqueId, string environmentName);
abstract member GetTokenFromTokenCache : Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache * string * string -> string
Public Function GetTokenFromTokenCache (tokenCache As TokenCache, uniqueId As String, environmentName As String) As String

Parameters

tokenCache
Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
uniqueId
String
environmentName
String

Returns

Applies to