UNPKG

@okta/okta-auth-js

Version:
4 lines (3 loc) 289 B
import { OktaAuthOAuthInterface, WellKnownResponse } from '../types'; export declare function getWellKnown(sdk: OktaAuthOAuthInterface, issuer?: string): Promise<WellKnownResponse>; export declare function getKey(sdk: OktaAuthOAuthInterface, issuer: string, kid: string): Promise<string>;