-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Description
Issue
refresh()'s typed signature is changed between 4.0 and 4.1 causing a breaking change.
Please try to keep breaking changes to major versions in the future if you're aiming for semantic versioning.
Please include or link to docs describing your versioning scheme.
4.1
export function refresh(
config: AuthConfiguration,
refreshConfig: RefreshConfiguration
): Promise<RefreshResult>;4.0
export function refresh(
config: AuthConfiguration,
refreshConfig: RefreshConfiguration
): Promise<AuthorizeResult>;Metadata
Metadata
Assignees
Labels
No labels