Class NoCredentials

All Implemented Interfaces:
Serializable

public class NoCredentials extends OAuth2Credentials
A placeholder for credentials to signify that requests sent to the server should not be authenticated. This is typically useful when using local service emulators.
See Also: