Class OAuthAuthenticationUriInfo

java.lang.Object
net.datenwerke.rs.oauth.client.oauth.OAuthAuthenticationUriInfo
All Implemented Interfaces:
Serializable

public class OAuthAuthenticationUriInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • OAuthAuthenticationUriInfo

      public OAuthAuthenticationUriInfo()
  • Method Details

    • getAuthenticationUri

      public String getAuthenticationUri()
    • setAuthenticationUri

      public void setAuthenticationUri(String authenticationUri)
    • getRedirectUri

      public String getRedirectUri()
    • setRedirectUri

      public void setRedirectUri(String redirectUri)