File tree Expand file tree Collapse file tree
packages/shared/src/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ export type OAuthConsentScope = {
4949 */
5050export type OAuthConsentInfo = {
5151 /**
52- * Display name of the OAuth application requesting access.
52+ * The display name of the OAuth application requesting access.
5353 */
5454 oauthApplicationName : string ;
5555 /**
56- * URL of the OAuth application's logo image.
56+ * The URL of the OAuth application's logo image.
5757 */
5858 oauthApplicationLogoUrl : string ;
5959 /**
60- * Homepage URL of the OAuth application.
60+ * The homepage URL of the OAuth application.
6161 */
6262 oauthApplicationUrl : string ;
6363 /**
@@ -69,7 +69,7 @@ export type OAuthConsentInfo = {
6969 */
7070 state : string ;
7171 /**
72- * List of scopes the application is requesting, with descriptions and consent requirements.
72+ * A list of scopes the application is requesting, with descriptions and consent requirements.
7373 */
7474 scopes : OAuthConsentScope [ ] ;
7575} ;
You can’t perform that action at this time.
0 commit comments