C# Class TestApp.PCL.TokenBroker

ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Properties

Property Type Description
Sts Test.MSAL.Common.Sts

Public Methods

Method Description
ClearTokenCache ( ) : void
GetTokenInteractiveWithMsAppAsync ( IPlatformParameters parameters ) : string
GetTokenSilentAsync ( IPlatformParameters parameters ) : Task
GetTokenWithClientCredentialAsync ( ) : string

Method Details

ClearTokenCache() public method

public ClearTokenCache ( ) : void
return void

GetTokenInteractiveWithMsAppAsync() public method

public GetTokenInteractiveWithMsAppAsync ( IPlatformParameters parameters ) : string
parameters IPlatformParameters
return string

GetTokenSilentAsync() public method

public GetTokenSilentAsync ( IPlatformParameters parameters ) : Task
parameters IPlatformParameters
return Task

GetTokenWithClientCredentialAsync() public method

public GetTokenWithClientCredentialAsync ( ) : string
return string

Property Details

Sts public_oe property

public Sts,Test.MSAL.Common Sts
return Test.MSAL.Common.Sts