C# Class ConoHaNet.Objects.Identity.AuthRequest

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
AuthRequest ( CloudIdentity identity ) : System

Initializes a new instance of the AuthRequest class with the given identity.

Method Details

AuthRequest() public method

Initializes a new instance of the AuthRequest class with the given identity.
If is . If given type is not supported.
public AuthRequest ( CloudIdentity identity ) : System
identity CloudIdentity The identity of the user to authenticate.
return System