Interface UserTokenResult
public interface UserTokenResult
An immutable client-side representation of UserTokenResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserTokenResultInner object.value()Gets the value property: Shared Access Authorization token for the User.
-
Method Details
-
value
String value()Gets the value property: Shared Access Authorization token for the User.- Returns:
- the value value.
-
innerModel
UserTokenResultInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserTokenResultInner object.- Returns:
- the inner object.
-