Show / Hide Table of Contents

Interface IStaticTokenProvider

Represents a provider that accepts an access token.

Namespace: UOL.SDK.Authorization
Assembly: UOL.SDK.dll
Syntax
public interface IStaticTokenProvider
Remarks

An authorization token is a combination of a required access token and an optional refresh token that can be used to subsequently authorized UOL platform service calls, such as querying product data.

Methods

SetAccessToken(String)

Sets the access token.

Declaration
void SetAccessToken(string accessToken)
Parameters
Type Name Description
System.String accessToken

The access token.