![]() |
VOOZH | about |
dotnet add package VenlyAPI.Companion.Beamable --version 3.1.0
NuGet\Install-Package VenlyAPI.Companion.Beamable -Version 3.1.0
<PackageReference Include="VenlyAPI.Companion.Beamable" Version="3.1.0" />
<PackageVersion Include="VenlyAPI.Companion.Beamable" Version="3.1.0" />Directory.Packages.props
<PackageReference Include="VenlyAPI.Companion.Beamable" />Project file
paket add VenlyAPI.Companion.Beamable --version 3.1.0
#r "nuget: VenlyAPI.Companion.Beamable, 3.1.0"
#:package VenlyAPI.Companion.Beamable@3.1.0
#addin nuget:?package=VenlyAPI.Companion.Beamable&version=3.1.0Install as a Cake Addin
#tool nuget:?package=VenlyAPI.Companion.Beamable&version=3.1.0Install as a Cake Tool
The Venly Companion for Beamable provides server-side helpers and extension routes to create and manage Venly users and wallets from a Beamable Microservice. It persists the minimal identifiers and PIN (for PIN signing) as private client stats so subsequent calls can authorize automatically.
Install-Package <PackageId>dotnet add package <PackageId>Replace <PackageId> with the published NuGet ID for this package.
In the Beamable Portal, add the following Realm Config entries under namespace venly:
client_id: Venly Client Idclient_secret: Venly Client Secretenvironment: sandbox or productionThe microservice initializes the Venly API using these values on startup.
Handled inside the microservice and forwarded to Venly:
has_user: Returns whether a Venly user id is linkedcreate_user: Creates a Venly sub-user and stores its id (and PIN if PIN signing is used)get_user: Retrieves the linked Venly useruser_has_wallet: Returns whether a wallet id is linkedcreate_wallet: Creates a wallet for the linked Venly user; requires that a user exists. If PIN signing was used at user creation, the stored PIN is used to build VyUserAuth automaticallyget_wallet: Retrieves the linked walletAll routes return a VyServerResponseDto payload.
VyUserAuth.sandbox or production. Older versions used staging to refer to the Sandbox environment.| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.