According to the docs on this page:
The application
object, with access to the standard client properties like
application.name
application.clientID
What other properties are available on the application object? Specifically, is there a way to get the application icon / logo?
Ok, it looks like the object’s spec is here
https://auth0.com/docs/api/management/v2/#!/Clients/get_clients_by_id
So for the logo, I used application.logo_uri
1 Like
Thanks for sharing it with the rest of community!
system
Closed
4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.