UNPKG

@hapic/oauth2

Version:

A oauth2 api client based on axios.

4 lines (3 loc) 188 B
import type { Options } from '../config'; import type { OpenIDProviderMetadata } from './type'; export declare function parseOpenIDProviderMetadata(data: OpenIDProviderMetadata): Options;