Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 482 Bytes

File metadata and controls

15 lines (10 loc) · 482 Bytes

Platform.IAuthCodeHandler interface

Provides a method for getting an authorization token, as part of the platform initialization process.

Syntax

public interface IAuthCodeHandler

Public methods

onAuthCodeFetched

Called by the Connected Devices platform when it is initializing and has acquired a new authorization code.

void onAuthCodeFetched(String authCode)

Parameters
authCode - the previous authorization code that the system will attempt to refresh