Skip to content

.net and .net core client for Vipps Login (Norwegian)

Notifications You must be signed in to change notification settings

andrem0/VippsLogin

 
 

Repository files navigation

VippsLogin

.net and .net core client for Vipps Login

how to use (for regular .net remove the await)

VippsLoginManager vipps = new VippsLoginManager(VippsEnvironment.Prod, "client_id", "client_secret", "redirect_url");

vipps.SetScope("name phoneNumber"); 

var url_to_init_login = vipps.GetRedirectUrl(); //this process will output the auth_code used below

var token = await vipps.GetToken("authorization_code_from_last_step");
var userinfo = await vipps.GetUserInfo();

nuget package

https://www.nuget.org/packages/Gressquel.Vippslogin/

can be found by searching in visual studio for "vipps" also

About

.net and .net core client for Vipps Login (Norwegian)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%