UserTokenResult Interface

public interface UserTokenResult

An immutable client-side representation of UserTokenResult.

Method Summary

Modifier and Type Method and Description
abstract UserTokenResultInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserTokenResultInner object.

abstract String value()

Gets the value property: Shared Access Authorization token for the User.

Method Details

innerModel

public abstract UserTokenResultInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserTokenResultInner object.

Returns:

the inner object.

value

public abstract String value()

Gets the value property: Shared Access Authorization token for the User.

Returns:

the value value.

Applies to