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

io.quarkus.oidc.runtime.OidcConfig$Authentication$$accessor Maven / Gradle / Ivy

package io.quarkus.oidc.runtime;
public final class OidcConfig$Authentication$$accessor {
    private OidcConfig$Authentication$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_scopes(Object __instance) {
        return ((io.quarkus.oidc.runtime.OidcConfig.Authentication)__instance).scopes;
    }
    @SuppressWarnings("unchecked")
    public static void set_scopes(Object __instance, Object scopes) {
        ((io.quarkus.oidc.runtime.OidcConfig.Authentication)__instance).scopes = (java.util.List)scopes;
    }
    public static Object construct() {
        return new io.quarkus.oidc.runtime.OidcConfig.Authentication();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy