OpenIdMetadata class
OpenId 메타데이터 관리를 담당하는 클래스입니다.
생성자
| Open |
OpenIdMetadata 클래스의 새 인스턴스를 초기화합니다. |
메서드
| get |
서명 키를 가져옵니다. |
생성자 세부 정보
OpenIdMetadata(string)
메서드 세부 정보
getKey(string)
서명 키를 가져옵니다.
function getKey(keyId: string): Promise<IOpenIdMetadataKey | null>
매개 변수
- keyId
-
string
검색할 키 ID입니다.
반환
Promise<IOpenIdMetadataKey | null>