AppleRegistration Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. AppleRegistration
- com.
Implements
public final class AppleRegistration
implements JsonSerializable<AppleRegistration>
The configuration settings of the registration for the Apple provider.
Constructor Summary
Constructor | Description |
---|---|
AppleRegistration() |
Creates an instance of Apple |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
clientId()
Get the client |
String |
clientSecretSettingName()
Get the client |
static
Apple |
fromJson(JsonReader jsonReader)
Reads an instance of Apple |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Apple |
withClientId(String clientId)
Set the client |
Apple |
withClientSecretSettingName(String clientSecretSettingName)
Set the client |
Methods inherited from java.lang.Object
Constructor Details
AppleRegistration
public AppleRegistration()
Creates an instance of AppleRegistration class.
Method Details
clientId
public String clientId()
Get the clientId property: The Client ID of the app used for login.
Returns:
clientSecretSettingName
public String clientSecretSettingName()
Get the clientSecretSettingName property: The app setting name that contains the client secret.
Returns:
fromJson
public static AppleRegistration fromJson(JsonReader jsonReader)
Reads an instance of AppleRegistration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withClientId
public AppleRegistration withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.
Parameters:
Returns:
withClientSecretSettingName
public AppleRegistration withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The app setting name that contains the client secret.
Parameters:
Returns:
Applies to
Azure SDK for Java