Class AppleResponse


  • public final class AppleResponse
    extends java.lang.Object
    • Method Detail

      • enabled

        public java.util.Optional<java.lang.Boolean> enabled()
        Returns:
        <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      • login

        public java.util.Optional<LoginScopesResponse> login()
        Returns:
        The configuration settings of the login flow.
      • registration

        public java.util.Optional<AppleRegistrationResponse> registration()
        Returns:
        The configuration settings of the Apple registration.