/* Copyright © INFINI LTD. All rights reserved.
* Web: https://infinilabs.com
* Email: hello#infini.ltd */
package authz
func Authorize() (map[string]interface{}, error) {
return nil, nil
}