AuthCredentials Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. AuthCredentials
- com.
Implements
public class AuthCredentials
implements JsonSerializable<AuthCredentials>
Base class for different types of authentication credentials.
Constructor Summary
| Constructor | Description |
|---|---|
| AuthCredentials() |
Creates an instance of Auth |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Auth |
fromJson(JsonReader jsonReader)
Reads an instance of Auth |
| String |
objectType()
Get the object |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AuthCredentials
public AuthCredentials()
Creates an instance of AuthCredentials class.
Method Details
fromJson
public static AuthCredentials fromJson(JsonReader jsonReader)
Reads an instance of AuthCredentials from the JsonReader.
Parameters:
Returns:
Throws:
objectType
public String objectType()
Get the objectType property: Type of the specific object - used for deserializing.
Returns: