AdminMeta returns admin-only configuration metadata (e.g. the configured roles), the non-deprecated replacement for the bits of _env the dashboard needs. Permissions: authorizer:admin
(ctx context.Context)
| 134 | // needs. |
| 135 | // Permissions: authorizer:admin |
| 136 | AdminMeta(ctx context.Context) (*model.AdminMeta, error) |
| 137 | // Profile is the method to get profile. |
| 138 | // Permissions: authorized user |
| 139 | Profile(ctx context.Context) (*model.User, error) |
no outgoing calls