API Key Request

Previously, when we make a key request I get response like below

{
“RawKey”: “HnX0E1MXq20gWdpihOP0PE0gWdpihOP0PE”
}

but now i get like

{
“RawKey”: “HnX0E1MERERT2”,
“Password”: “0gWdpihOfdssf”
}

do I need to change any configuration?

I think I figured it out if we create API with authentication mode as Basic Auth, and when we request key for that policy we will get below response

{
“RawKey”: “HnX0E1MERERT2”,
“Password”: “0gWdpihOfdssf”
}

if we create API with authentication mode as authorization and we request key for that policy from developer portal API, we get below

{
“RawKey”: “HnX0E1MXq20gWdpihOP0PE0gWdpihOP0PE”
}

Please correct me I am wrong, I am new to tyk