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

com.identityx.auth.impl.AuthSettings Maven / Gradle / Ivy

Go to download

Client library used for adding authentication to http messages as required by IdentityX Rest Services

There is a newer version: 5.6.0.2
Show newest version
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