Class GoogleOidcProfile

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.google.GoogleOidcProfile
All Implemented Interfaces:
Externalizable, Serializable, org.pac4j.core.profile.UserProfile

public class GoogleOidcProfile extends OidcProfile

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

It is returned by the GoogleOidcClient.

Version:
1.9.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • GoogleOidcProfile

      public GoogleOidcProfile()