Class

Authorization

Authorization(options)

Constructor

# new Authorization(options)

다비오지도 실내지도 플랫폼을 통해 발급받은 인증키

Parameters:
Name Type Description
options AuthorizationOption

인증 정보

See:
Example
let authorization = new indoorMapApi.Authorization({
     clientId: "28AXw_veA2YbNKDP6poTpT", 
     clientSecret: "70c540c169af62808f4da3709e988e06"});

Classes

Authorization

Members

# clientId

Properties:
Name Type Description
clientId string

클라이언트 아이디

# clientSecret

Properties:
Name Type Description
clientSecret string

클라이언트 시크릿

Methods

# getClientId() → {string}

client Id를 가져온다.

string

# getClientSecret() → {string}

client secret을 가져온다.

string