com.identityx.auth.impl.AuthSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of daon-http-digest-auth Show documentation
Show all versions of daon-http-digest-auth Show documentation
Client library used for adding authentication to http messages as required by IdentityX Rest Services
package com.identityx.auth.impl;
public class AuthSettings {
public static String AUTHORIZATION_HEADER = "Authorization";
public static String IDX_ORIGIN_HEADER = "X-IdxOrigin";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy