-
public final class BasicAuthOptionsBasic Authentication options for webhooks. Will be used is present when calling webhook endpoints.
-
-
Constructor Summary
Constructors Constructor Description BasicAuthOptions(String username, String password)
-
Method Summary
Modifier and Type Method Description final StringgetUsername()final StringgetPassword()-
-
Method Detail
-
getUsername
final String getUsername()
-
getPassword
final String getPassword()
-
-
-
-