Skip to content
Discussion options

You must be logged in to vote

I believe I’ve found the answer. There is a new component called InMemoryCredentialService [1] , which stores credentials by user instead of by session.

{
        <app_name> : {
            <user_id>: {
              "credential1": "foo",
              "credential2": "bar"
            }
        }
    }

[1]

class InMemoryCredentialService(BaseCredentialService):

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hangfei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
2 participants