Package com.ngrok
Class Http.BasicAuth
- java.lang.Object
-
- com.ngrok.Http.BasicAuth
-
- Enclosing interface:
- Http
public static class Http.BasicAuth extends Object
Represents basic authentication options for an HTTP listener.- See Also:
- Basic Auth in the ngrok docs for additional details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
Returns the password for basic auth.String
getUsername()
Returns the username for basic auth.
-