auth3_admin_sdk 1.0.2 copy "auth3_admin_sdk: ^1.0.2" to clipboard
auth3_admin_sdk: ^1.0.2 copied to clipboard

Official Auth3 Identity Platform Admin SDK, read more at https://auth3.dev/.

example/lib/main.dart

import 'package:auth3_admin_sdk/auth3_admin_sdk.dart' as auth3;

void main() async {
  auth3.AdminClient _client = auth3.AdminClient(
      // Please, head over to https://console.auth3.dev/ and get your Administrative API Endpoint
      // from your project's "Settings" > "Endpoints".
      url: '<admin-endpoint-as-found-in-your-Console>',
      // Please, note that the token must come from a First Party client, to be able to access Admin APIs.
      token: '<token-obtained-using-an-oauth2-library>');

  var resp = await _client.getConnections();
  print(resp);
}
1
likes
40
pub points
0%
popularity

Publisher

verified publisherauth3.dev

Official Auth3 Identity Platform Admin SDK, read more at https://auth3.dev/.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

fixnum, grpc, protobuf

More

Packages that depend on auth3_admin_sdk