OAuthConstants.java
365 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.granite.auth.oauth;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public class OAuthConstants {
public static final String REQUEST_ATTR_PROFILE_IMPORT_ERROR = "com.adobe.granite.auth.oauth.OAuthImportError";
}