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

com.c4_soft.springaddons.security.oauth2.oidc.OidcId Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
package com.c4_soft.springaddons.security.oauth2.oidc;

import java.util.Map;

public class OidcId extends IdToken {

	public OidcId(Map claims) {
		super(claims);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy