Auth0 Node.js SDK - v5.3.0
Preparing search index...
management
Management
ResourceServerSubjectTypeAuthorization
Interface ResourceServerSubjectTypeAuthorization
Defines application access permission for a resource server
interface
ResourceServerSubjectTypeAuthorization
{
user
?:
ResourceServerSubjectTypeAuthorizationUser
;
client
?:
ResourceServerSubjectTypeAuthorizationClient
;
}
Index
Properties
user?
client?
Properties
Optional
user
user
?:
ResourceServerSubjectTypeAuthorizationUser
Optional
client
client
?:
ResourceServerSubjectTypeAuthorizationClient
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
user
client
Auth0 Node.js SDK - v5.3.0
Loading...
Defines application access permission for a resource server