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

org.pac4j.oauth.profile.figshare.FigShareProfile Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.pac4j.oauth.profile.figshare;

import org.pac4j.oauth.profile.OAuth20Profile;

/**
 * FigShare profile.
 *
 * @author Vassilis Virvilis
 * @since 3.8.0
 */
public class FigShareProfile extends OAuth20Profile {
    /**
     * 

getLastName.

* * @return a {@link String} object */ public String getLastName() { return (String) getAttribute(FigShareProfileDefinition.LAST_NAME); } /** {@inheritDoc} */ @Override public String getFamilyName() { return getLastName(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy