Class ApiManagementServiceGetSsoTokenResultInner


  • public final class ApiManagementServiceGetSsoTokenResultInner
    extends Object
    The response of the GetSsoToken operation.
    • Constructor Detail

      • ApiManagementServiceGetSsoTokenResultInner

        public ApiManagementServiceGetSsoTokenResultInner()
    • Method Detail

      • redirectUri

        public String redirectUri()
        Get the redirectUri property: Redirect URL to the Publisher Portal containing the SSO token.
        Returns:
        the redirectUri value.
      • withRedirectUri

        public ApiManagementServiceGetSsoTokenResultInner withRedirectUri​(String redirectUri)
        Set the redirectUri property: Redirect URL to the Publisher Portal containing the SSO token.
        Parameters:
        redirectUri - the redirectUri value to set.
        Returns:
        the ApiManagementServiceGetSsoTokenResultInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.