Skip to content

Commit

Permalink
chore: added getter for authorization url in OpenID4VCIClientState
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed May 16, 2024
1 parent 54df45d commit 03c5d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/OpenID4VCIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export class OpenID4VCIClient {
return this._state.credentialIssuer;
}

public getAuthorizationURL(): string|undefined {
get authorizationURL(): string|undefined {
return this._state.authorizationURL;
}

Expand Down

0 comments on commit 03c5d0d

Please sign in to comment.