OAuthTokenListResponse Class

Paged response contains list of requested objects and a URL link to get the next set of results.

Inheritance
OAuthTokenListResponse

Constructor

OAuthTokenListResponse(*, value: Optional[List[azure.agrifood.farming.models._models_py3.OAuthToken]] = None, skip_token: Optional[str] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[OAuthToken]
Required

List of requested objects.

skip_token
str
Required

Token used in retrieving the next page. If null, there are no additional pages.

next_link
str
Required

Continuation link (absolute URI) to the next page of results in the list.