Interface OAuthResourceOwnerPassword

All Superinterfaces:
OAuthClient, OAuthClientSecret

public interface OAuthResourceOwnerPassword extends OAuthClient, OAuthClientSecret
Encapsulates OAuth 2.0 Resource Owner Password grant authentication details.
  • Method Details

    • getUsername

      String getUsername()
      Gets the username.
      Returns:
      username
    • getPassword

      String getPassword()
      Gets the password.
      Returns:
      password