MCPcopy
hub / github.com/authts/oidc-client-ts / getAuthorizationEndpoint

Method getAuthorizationEndpoint

src/MetadataService.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public getAuthorizationEndpoint(): Promise<string> {
76 return this._getMetadataProperty("authorization_endpoint") as Promise<string>;
77 }
78
79 public getUserInfoEndpoint(): Promise<string> {
80 return this._getMetadataProperty("userinfo_endpoint") as Promise<string>;

Callers 2

createSigninRequestMethod · 0.80

Calls 1

_getMetadataPropertyMethod · 0.95

Tested by

no test coverage detected