Package org.pac4j.openid.client

Examples of org.pac4j.openid.client.GoogleOpenIdClient


    return gitHubClient;
  }
 
  @Bean
  public GoogleOpenIdClient googleClient() {
    return new GoogleOpenIdClient();
  }
View Full Code Here

TOP

Related Classes of org.pac4j.openid.client.GoogleOpenIdClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.