Monday, April 29, 2019

OAuth authorization server



Google APIs use the OAuth 2.0 protocol for authentication and authorization. Google supports common OAuth 2.0 scenarios such as those for web server, installed, and client-side applications.
To begin, obtain OAuth 2.0 client credentials from the Google API Console. Then your client application requests an access token from the Google Authorization Server, extracts a token from the response, and sends the token to the Google API that you want to access. For an interactive demonstration of using OAuth 2.0 with Google (including the option to use your own client credentials), experiment with the OAuth 2.0 Playground.
This page gives an overview of the OAuth 2.0 authorization scenarios that Google supports, and provides links to more detailed content. For details about using OAuth 2.0 for authentication, see OpenID Connect.








Wednesday, August 17, 2016

Basic C# Lesson 16 (How to Remove Values form Manually Created Table)

Basic C# Lesson 15 (How to Create Table Manual in C# and insert Values)

Basic C# Lesson 14 (How to Delete Values into DB)

Basic C# Lesson13How to Update Values into DB

Basic C# Lesson 12(How to Insert Values into DB)

Basic C# Lesson 12(How to Insert Values into DB)

Basic C# Lesson 11 (How to pass image into picture-box)

Basic C# Lesson 10 (How to create a new ID and Pass the Values to text b...

Basic C# Lesson 09 (How to Load data into grid-view from the database)

Basic C# Lesson 09 (How to Load data into grid-view from the database)

OAuth authorization server