Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

LINE Login SDK for C#

This repository contains LINE Login SDK for C#

See Integrating LINE Login with your web app for LINE Login detail.

Usage

Instantiate LINE Login Client

var client = new LineLoginClient(channelId, channelSecret, redirectUri, "State", Scope.Profile | Scope.OpenId);

Get Authorization URL

var authUri = client.GetAuthUri();

Get Token (AccessToken and JWT)

var code = Request.QueryString["code"];
var token = await client.GetToken(code);

LICENSE

MIT

Reference

I refer to following references to get basic coding idea.

Integrating LINE Login with your web app

Releases

Packages

Used by

Contributors

Languages