Searched refs:granted_scope (Results 1 – 5 of 5) sorted by relevance
128 .granted_scope = kUwMacaroonCaveatScopeTypeOwner, in init_validation_result()137 .granted_scope = UW_MACAROON_CAVEAT_SCOPE_LOWEST_POSSIBLE}; in reset_validation_result()184 result->granted_scope = get_closest_scope(result->granted_scope); in uw_macaroon_validate_()
45 UwMacaroonCaveatScopeType granted_scope; member
516 if (scope > (uint32_t)(result->granted_scope)) { in uw_macaroon_caveat_validate_()517 result->granted_scope = (UwMacaroonCaveatScopeType)scope; in uw_macaroon_caveat_validate_()
29 AuthScope* granted_scope,
358 AuthScope auth_scope{FromMacaroonScope(result.granted_scope)}; in ParseAccessToken()478 AuthScope auth_scope{FromMacaroonScope(result.granted_scope)}; in CreateAccessTokenFromAuth()