Interface ApiManagementServiceGetSsoTokenResult
public interface ApiManagementServiceGetSsoTokenResult
An immutable client-side representation of ApiManagementServiceGetSsoTokenResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceGetSsoTokenResultInner object.Gets the redirectUri property: Redirect URL to the Publisher Portal containing the SSO token.
-
Method Details
-
redirectUri
String redirectUri()Gets the redirectUri property: Redirect URL to the Publisher Portal containing the SSO token.- Returns:
- the redirectUri value.
-
innerModel
ApiManagementServiceGetSsoTokenResultInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceGetSsoTokenResultInner object.- Returns:
- the inner object.
-