Interface IIdentityServerProvider

interface IIdentityServerProvider {
    getAccessToken(): Promise<null | string>;
}

Methods