mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-09 11:24:19 +00:00
feat: add support for OAuth 2.0 Authorization Server Issuer Identification
This commit is contained in:
@@ -48,4 +48,5 @@ export type OidcDeviceCodeInfo = {
|
||||
export type AuthorizeResponse = {
|
||||
code: string;
|
||||
callbackURL: string;
|
||||
issuer: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user