More type definitions, with fixed links (hopefully)
This commit is contained in:
@ -63,11 +63,11 @@ interface SecurityAuthenticateRequest extends <<RequestBase>> {
|
||||
<pre>
|
||||
++++
|
||||
interface SecurityAuthenticateResponse {
|
||||
api_key?: SecurityApiKey
|
||||
authentication_realm: SecurityRealmInfo
|
||||
api_key?: <<SecurityApiKey>>
|
||||
authentication_realm: <<SecurityRealmInfo>>
|
||||
email?: string | null
|
||||
full_name?: <<Name>> | null
|
||||
lookup_realm: SecurityRealmInfo
|
||||
lookup_realm: <<SecurityRealmInfo>>
|
||||
metadata: <<Metadata>>
|
||||
roles: string[]
|
||||
username: <<Username>>
|
||||
|
||||
Reference in New Issue
Block a user