We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b15b7f commit 8a02e99Copy full SHA for 8a02e99
packages/core/src/auth/connection.ts
@@ -111,7 +111,7 @@ export function createSsoProfile(
111
export interface SsoConnection extends SsoProfile {
112
readonly id: string
113
readonly label: string
114
- readonly endpointUrl: string | undefined
+ readonly endpointUrl?: string | undefined
115
116
/**
117
* Retrieves a bearer token, refreshing or re-authenticating as-needed.
0 commit comments