forked from baron/baron-sso
qr 로그인
This commit is contained in:
@@ -24,4 +24,10 @@ type EnchantedLinkPollResponse struct {
|
||||
|
||||
type MagicLinkVerifyRequest struct {
|
||||
Token string `json:"token"`
|
||||
}
|
||||
|
||||
type QRInitResponse struct {
|
||||
QRCode string `json:"qrCode"` // Base64 or URL
|
||||
PendingRef string `json:"pendingRef"`
|
||||
ExpiresIn int `json:"expiresIn"`
|
||||
}
|
||||
Reference in New Issue
Block a user