get user scopes
This block is part of the http connection group and was last modified in core v10.4.28.
get user scopes v10.4.28 Returns the authenticated users scope.
In pins 1
- connection required
httpconnection
Out pins 1
- scopes
array
Outputs the authenticated user's scopes from the connection's auth as an array. Emits an EMPTY array [] : not nil : when the connection is unwired, unauthenticated, or has no scopes.
A typical wiring for get user scopes: the array out pin feeds length.
Version history
Introduced in v10.4.28.
Back to
http connection Return to the main group to view all sub-groups Back to http Return to the group to view all blocks within this group 