public final class Apple extends Object
| Constructor and Description |
|---|
Apple() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: <code>false</code> if the Apple provider should not be enabled despite the
set registration; otherwise, <code>true</code>.
|
LoginScopes |
login()
Get the login property: The configuration settings of the login flow.
|
AppleRegistration |
registration()
Get the registration property: The configuration settings of the Apple registration.
|
void |
validate()
Validates the instance.
|
Apple |
withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the Apple provider should not be enabled despite the
set registration; otherwise, <code>true</code>.
|
Apple |
withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
Apple |
withRegistration(AppleRegistration registration)
Set the registration property: The configuration settings of the Apple registration.
|
public Boolean enabled()
public Apple withEnabled(Boolean enabled)
enabled - the enabled value to set.public AppleRegistration registration()
public Apple withRegistration(AppleRegistration registration)
registration - the registration value to set.public LoginScopes login()
public Apple withLogin(LoginScopes login)
login - the login value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.