All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pac4j.oidc.profile.apple.AppleProfile Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.pac4j.oidc.profile.apple;

import org.pac4j.oidc.profile.OidcProfile;

import java.io.Serial;

/**
 * 

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

*

It is returned by the {@link org.pac4j.oidc.client.AppleClient}.

* * @author Charley Wu * @since 5.0.0 */ public class AppleProfile extends OidcProfile { @Serial private static final long serialVersionUID = -2487273611921830541L; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy