Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1つのGoogleアカウントから1つのclient_idまでのoauth2付与の最大数はありますか?
はい。ただし、新しい付与は、明示的なユーザー同意オプションでのみ追加されます。自動承認されたイベントによって付与の数が増えることはないため、未処理のトークンの数に制限はありません。
現時点では、client_id / userあたりの付与の最大数は25であり、現在、その引き上げに取り組んでいます。