// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package org.apache.oltu.oauth2.common.error; // Referenced classes of package org.apache.oltu.oauth2.common.error: // OAuthError public static final class A { public static final String ACCESS_DENIED = "access_denied"; public static final String INVALID_REQUEST = "invalid_request"; public static final String INVALID_SCOPE = "invalid_scope"; public static final String SERVER_ERROR = "server_error"; public static final String TEMPORARILY_UNAVAILABLE = "temporarily_unavailable"; public static final String UNAUTHORIZED_CLIENT = "unauthorized_client"; public static final String UNSUPPORTED_RESPONSE_TYPE = "unsupported_response_type"; public A() { } }