Fix number type links
This commit is contained in:
@ -68,7 +68,7 @@ interface SecuritySamlAuthenticateRequest extends <<RequestBase>> {
|
||||
interface SecuritySamlAuthenticateResponse {
|
||||
access_token: string
|
||||
username: string
|
||||
expires_in: <<_integer, integer>>
|
||||
expires_in: <<integer>>
|
||||
refresh_token: string
|
||||
realm: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user