Skip to main content
2 votes
1 answer
194 views

I am trying to retrieve a Personal Access Token (PAT) stored in Windows Credential Manager using VBA for Jira integration. I have successfully written credentials using CredWriteW, but my CredReadW ...
Alex Peganov's user avatar
0 votes
0 answers
98 views

I have implemented Google SignIn using Google Credential Manager Kotlin API for Android. The API works well in all positive scenario for signing in a user, but when the Internet is not available, I ...
Manishoaham's user avatar
Advice
1 vote
1 replies
156 views

I'm confused with the difference between Credential Manager and Windows Vault. Windows says Credential Manager lets users store credentials relevant to other systems and websites in the secure ...
Artem Dudich's user avatar
0 votes
1 answer
477 views

I'm trying to create basic credential helper for Git (Windows version). Based on documentation it seemed to be trivial: I've set variable triggering own script/app for the authentication set ...
KmsDev's user avatar
  • 21
1 vote
0 answers
181 views

val signInWithGoogleOption = GetSignInWithGoogleOption.Builder( serverClientId = "xxxxxx-xxxxxxx....." // DEV ).build() val request = GetCredentialRequest.Builder() ....
Siddarth Jain's user avatar
0 votes
0 answers
95 views

Could someone please explain why I do not appear to be able to retrieve the credentials password when using the CredentialManagement package? The "Load" method consistently returns false. ...
Glenn Rosenthal's user avatar
0 votes
0 answers
224 views

The webauthn.io website demonstrates webauthn registration and authentication. In my case, the credentials are stored in a password manager (Enpass). The link between the password manager and the ...
Heyji's user avatar
  • 1,161
0 votes
1 answer
168 views

I'm implementing sign-in with the Credential Manager. If I sign in with multiple accounts with email and password and those accounts become unavailable, those accounts remain in the selector. If I try ...
Always Learner's user avatar
0 votes
1 answer
172 views

Since the legacy Google Sign-In API has been deprecated, I replaced it with the new ​Credential Manager API. After integrating the new API, logged-in accounts on ​Android TV display correctly, and ...
kaelyn's user avatar
  • 11
-3 votes
2 answers
143 views

i am having problems with pushing my local repository to my remote repository. (GingerToe is my personal account and BananaOak is my account i made under university email) i am getting a weird error ...
Anas Khan's user avatar
0 votes
2 answers
96 views

I have this very simple implementation of Google Signin val signInWithGoogleOption = GetSignInWithGoogleOption.Builder("*******.apps.googleusercontent.com") ....
Waza_Be's user avatar
  • 39.6k
1 vote
1 answer
438 views

I'm implementing Google Sign-In using the new Credential Manager API, but I'm encountering an issue where the first login attempts consistently fail with "No credentials available" after app ...
Yoon's user avatar
  • 81
1 vote
0 answers
408 views

Issue I'm implementing Google Sign-In with Firebase Authentication on Android using the new Identity Platform Credentials API. While I successfully receive the user's name and photo URL, the email is ...
Yoon's user avatar
  • 81
0 votes
0 answers
132 views

I am trying to archive sign in with google account, was able to do it. But the problem is, after one time sign in successfully, I cannot sign in with the account. It looks like only new accounts works,...
Julian's user avatar
  • 449
0 votes
1 answer
124 views

Using Kotlin, I want to verify that the user is logged in to the PlayStore before sending it to update the app. I'm using credential manager because the other options I could find are deprecated. ...
Alejandro Giraudo's user avatar

15 30 50 per page
1
2 3 4 5
12