authType

public abstract AuthConfig.Builder authType(AuthType authType)

Setter for authType.

authType: Type of auth scheme.


@CanIgnoreReturnValue()
public AuthConfig.Builder authType(AuthType.Known knownType)

Setter for authType given a known enum.

authType: Type of auth scheme.


@CanIgnoreReturnValue()
public AuthConfig.Builder authType(String authType)

Setter for authType given a string.

authType: Type of auth scheme.