Class AppleProfile

java.lang.Object
org.pac4j.core.profile.BasicUserProfile
org.pac4j.core.profile.CommonProfile
org.pac4j.core.profile.jwt.AbstractJwtProfile
org.pac4j.oidc.profile.OidcProfile
org.pac4j.oidc.profile.apple.AppleProfile
All Implemented Interfaces:
Externalizable, Serializable, org.pac4j.core.profile.UserProfile

public class AppleProfile extends OidcProfile

This class is the user profile for Apple (using OpenID Connect protocol) with appropriate getters.

It is returned by the AppleClient.

Since:
5.0.0
Author:
Charley Wu
See Also:
  • Constructor Details

    • AppleProfile

      public AppleProfile()