C# Class Microsoft.Identity.Client.PlatformParameters

Additional parameters used in acquiring user's authorization
Inheritance: IPlatformParameters
Exibir arquivo Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Methods

Method Description
PlatformParameters ( )
PlatformParameters ( bool useCorporateNetwork )
PlatformParameters ( object ownerWindow )

PlatformParameters ( ) : Android.App

PlatformParameters ( Android.App.Activity callerActivity ) : Android.App

PlatformParameters ( ) : UIKit

PlatformParameters ( UIViewController callerViewController ) : UIKit

Method Details

PlatformParameters() public method

public PlatformParameters ( )

PlatformParameters() public method

public PlatformParameters ( bool useCorporateNetwork )
useCorporateNetwork bool

PlatformParameters() public method

public PlatformParameters ( object ownerWindow )
ownerWindow object

PlatformParameters() public method

public PlatformParameters ( ) : Android.App
return Android.App

PlatformParameters() public method

public PlatformParameters ( Android.App.Activity callerActivity ) : Android.App
callerActivity Android.App.Activity
return Android.App

PlatformParameters() public method

public PlatformParameters ( ) : UIKit
return UIKit

PlatformParameters() public method

public PlatformParameters ( UIViewController callerViewController ) : UIKit
callerViewController UIViewController
return UIKit