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

io.github.jpmorganchase.fusion.oauth.credential.Credentials Maven / Gradle / Ivy

package io.github.jpmorganchase.fusion.oauth.credential;

public interface Credentials {

    CredentialType getCredentialType();

    enum CredentialType {
        SECRET,
        PASSWORD,
        BEARER,
        DATASET
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy