Why KVM can store oauth token?

Why kvm can store oauth token?

because kvm should store value that don't expire. but oauth token can expire.

9308-kvm.jpg

Solved Solved
0 1 324
1 ACCEPTED SOLUTION

The KVM is a store for anything.

I suppose you could store a token there. You'd be responsible for removing it though.

Probably not a good idea to store a token in the KVM. Apigee manages the tokens;; there's no need for you to design your proxy to explicitly store them.

I see you're asking about "why" it's possible to store a thing in the KVM. That's sort of a philosophical question; it's not very concrete.

If you have a specific thing you want to accomplish, maybe you could ask about THAT THING and we'll try to help you

View solution in original post

1 REPLY 1

The KVM is a store for anything.

I suppose you could store a token there. You'd be responsible for removing it though.

Probably not a good idea to store a token in the KVM. Apigee manages the tokens;; there's no need for you to design your proxy to explicitly store them.

I see you're asking about "why" it's possible to store a thing in the KVM. That's sort of a philosophical question; it's not very concrete.

If you have a specific thing you want to accomplish, maybe you could ask about THAT THING and we'll try to help you