Interface ApiManagementServiceGetSsoTokenResult
-
public interface ApiManagementServiceGetSsoTokenResult
An immutable client-side representation of ApiManagementServiceGetSsoTokenResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiManagementServiceGetSsoTokenResultInner
innerModel()
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceGetSsoTokenResultInner object.String
redirectUri()
Gets the redirectUri property: Redirect URL to the Publisher Portal containing the SSO token.
-
-
-
Method Detail
-
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.
-
-