Interface VerifoneAuthProvider

  • All Known Implementing Classes:
    DefaultVerifoneAuthProvider

    public interface VerifoneAuthProvider
    This provider is responsible to get the Basic Authorization header.
    Author:
    Dima Myroniuk (dmyroniuk)
    • Method Detail

      • getBasicAuthorizationHeader

        String getBasicAuthorizationHeader​(@Nullable
                                           String applicationId,
                                           @Nullable
                                           String tenantId)
        Returns the basic Authorization header in the format "Basic {encodedKey}".
        Parameters:
        applicationId - the application id
        tenantId - the tenant id
        Returns:
        the basic encoded header in the format "Basic {encodedKey}"
        See Also:
        BasicAuth