共用方式為


AuthenticationManager interface

地圖控制項驗證的管理員。 透過 atlas 的驗證屬性公開。Map 類別。 無法由使用者具現化。

方法

dispose()

清除驗證管理員所使用的任何資源。

getAuthType()

傳回目前使用的驗證類型。

getClientId()

傳回目前使用的用戶端識別碼。

getToken()

傳回具有 物件 URI 的 https://atlas.microsoft.com 存取權杖。

initialize()

初始化 AuthenticationOptions 中指定的驗證機制。 如果在傳回原始初始化承諾之前呼叫這個方法。

signRequest(RequestParameters)

將必要的驗證查詢參數或標頭新增至 RequestParameters。 傳回更新的 RequestParameters。

方法詳細資料

dispose()

清除驗證管理員所使用的任何資源。

function dispose()

getAuthType()

傳回目前使用的驗證類型。

function getAuthType(): AuthenticationType

傳回

getClientId()

傳回目前使用的用戶端識別碼。

function getClientId(): string

傳回

string

getToken()

傳回具有 物件 URI 的 https://atlas.microsoft.com 存取權杖。

function getToken(): string | null

傳回

string | null

initialize()

初始化 AuthenticationOptions 中指定的驗證機制。 如果在傳回原始初始化承諾之前呼叫這個方法。

function initialize(): Promise<void>

傳回

Promise<void>

signRequest(RequestParameters)

將必要的驗證查詢參數或標頭新增至 RequestParameters。 傳回更新的 RequestParameters。

function signRequest(params: RequestParameters): RequestParameters

參數

params
RequestParameters

要更新的 RequestParameters。

傳回